diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-11-01 15:06:28 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-11-01 15:06:28 +0100 |
commit | 24be91d9b7cabc351943edde3499ac0e296766ba (patch) | |
tree | 46896a85fc310092c3bdd0e63c2de73a315750f7 /GNUmakefile | |
parent | 22ba59f9c42d7f35e6520d49ffde2c1d9079cc7b (diff) |
Don't use internal libs by default.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 |