mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 05:41:45 +00:00
Autodetect platform
This commit is contained in:
parent
5363fe0717
commit
dfc3089b9f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ linux: builder native
|
|||
mac: builder nativemac
|
||||
|
||||
builder:
|
||||
msbuild -p:Configuration=Release -p:Platform=x86 BuilderMono.sln
|
||||
msbuild -p:Configuration=Release BuilderMono.sln
|
||||
|
||||
nativemac:
|
||||
g++ -std=c++14 -O2 --shared -g3 -o Build/libBuilderNative.so -fPIC -I Source/Native Source/Native/*.cpp Source/Native/OpenGL/*.cpp Source/Native/OpenGL/gl_load/*.c -ldl
|
||||
|
|
Loading…
Reference in a new issue