BUGFIX: Build scripts did not always build unix version correctly.
This commit is contained in:
parent
97991116bd
commit
f21c02e772
@ -5,7 +5,7 @@ CMFLAGS="-D CMAKE_BUILD_TYPE:STRING=Release"
|
||||
|
||||
# Make for windows and linux
|
||||
cmake $CMFLAGS -D TARGETOS=Win32 . && make
|
||||
cmake $CMFLAGS . && make
|
||||
cmake $CMFLAGS -D TARGETOS=Unix . && make
|
||||
|
||||
echo
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user