summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-02-18 21:13:44 +1100
committer Vas Crabb <vas@vastheman.com>2019-02-18 21:13:44 +1100
commit8ffff5d2d3bcebbdbefec2508ddd2ecd264a399a (patch)
tree68d8714657d95564298b2e0736ffaea572d65afa /makefile
parent4ada281e4c75650b656ee24738c4f27de5f7b498 (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--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index d5dc79988f3..1895eeffcfc 100644
--- a/makefile
+++ b/makefile
@@ -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