Fix missing header for macos
This commit is contained in:
+4
-1
@@ -47,7 +47,10 @@ if [[ "$OSTYPE" == "msys"* || "$OSTYPE" == "mingw"* ]]; then
|
||||
fi
|
||||
|
||||
rundir=".run"
|
||||
if [ "$option_portable" == on ]; then
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
bindir="$rundir"
|
||||
datadir="$rundir"
|
||||
elif [ "$option_portable" == on ]; then
|
||||
bindir="$rundir"
|
||||
datadir="$rundir/data"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user