Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanJ committed Oct 1, 2024
1 parent 330f556 commit 247f9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/macos/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd $(dirname "$0")
if command -v premake4 &> /dev/null
then
premake4 --file=../../premake4.lua --use-frameworks gmake
elif command -v premake4 &> /dev/null
elif command -v premake5 &> /dev/null
then
premake5 --file=../../premake5.lua --use-frameworks gmake2
else
Expand Down
3 changes: 1 addition & 2 deletions projects/macos/make_no_fw.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#!/bin/sh
cd $(dirname "$0")


if command -v premake4 &> /dev/null
then
premake4 --file=../../premake4.lua --disable-static-build gmake
elif command -v premake4 &> /dev/null
elif command -v premake5 &> /dev/null
then
premake5 --file=../../premake5.lua --disable-static-build gmake2
else
Expand Down

0 comments on commit 247f9cb

Please sign in to comment.