mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Syntax error
Fix error: line 96: [: missing `]'
This commit is contained in:
parent
2b3387844c
commit
ffdde7f49b
@ -93,7 +93,7 @@ if [ -n "$BWPLATFORM" ]; then
|
|||||||
|
|
||||||
[ -z "$BWCOMPILEONLY" ] && BWCOMPILEONLY=1
|
[ -z "$BWCOMPILEONLY" ] && BWCOMPILEONLY=1
|
||||||
else
|
else
|
||||||
[ -z "$PORTABLE"] && FLAGS="$CXXFLAGS "
|
[ -z "$PORTABLE" ] && FLAGS="$CXXFLAGS "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$BWCXX" ]; then
|
if [ -n "$BWCXX" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user