Changes between Version 5 and Version 6 of Develop/Compiling
- Timestamp:
- Nov 27, 2018, 3:07:11 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Develop/Compiling
v5 v6 49 49 CC=clang API=sdl2 make -j3 50 50 CC=clang API=sdl2 make ziprelease 51 }}} 52 53 By default, non system libraries are statically linked. If static libraries are not available, you can set the OSX_STATIC variable to 0 : 54 {{{ 55 OSX_STATIC=0 CC=clang API=sdl2 make -j3 51 56 }}} 52 57