mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Fix typo.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user