mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Use better shell syntax
This commit is contained in:
parent
6f80e271d7
commit
e412d7b28e
|
@ -50,7 +50,7 @@ echo -en "travis_fold:start:build_preparation.1\r"
|
||||||
source ./sol2.compiler.vars
|
source ./sol2.compiler.vars
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${LUA_VERSION} =~ '5.3' ]
|
if [[ ${LUA_VERSION} =~ "5.3" ]]
|
||||||
then
|
then
|
||||||
export INTEROP_DEFINES=-DINTEROP_EXAMPLES=ON -DTESTS_INTEROP_EXAMPLES=ON -DINTEROP_EXAMPLES_SINGLE=ON
|
export INTEROP_DEFINES=-DINTEROP_EXAMPLES=ON -DTESTS_INTEROP_EXAMPLES=ON -DINTEROP_EXAMPLES_SINGLE=ON
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user