summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-11-01 15:06:28 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-11-01 15:06:28 +0100
commit24be91d9b7cabc351943edde3499ac0e296766ba (patch)
tree46896a85fc310092c3bdd0e63c2de73a315750f7
parent22ba59f9c42d7f35e6520d49ffde2c1d9079cc7b (diff)
Don't use internal libs by default.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 62f421d3..818a0e76 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -197,7 +197,7 @@ USE_FREETYPE=0
endif
ifndef USE_INTERNAL_LIBS
-USE_INTERNAL_LIBS=1
+USE_INTERNAL_LIBS=0
endif
ifndef USE_INTERNAL_OGG