diff options
author | 2019-02-18 21:13:44 +1100 | |
---|---|---|
committer | 2019-02-18 21:13:44 +1100 | |
commit | 8ffff5d2d3bcebbdbefec2508ddd2ecd264a399a (patch) | |
tree | 68d8714657d95564298b2e0736ffaea572d65afa /makefile | |
parent | 4ada281e4c75650b656ee24738c4f27de5f7b498 (diff) |
(nw) misc stuff:
* Document cross-compilation options
* Use lowercase for some libraries that are lowercase in system32 on Windows anyway
* Make USE_BUNDLED_LIB_SDL2=0 not use the bundled SDL
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -505,8 +505,10 @@ endif # reverse logic for this one ifdef USE_BUNDLED_LIB_SDL2 +ifneq '$(USE_BUNDLED_LIB_SDL2)' '0' PARAMS += --with-bundled-sdl2 endif +endif #------------------------------------------------- # distribution may change things |