Browse Source

make SDL_LIBS explicit

David Rose 17 years ago
parent
commit
15fb485413
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -629,7 +629,7 @@
 // creation.
 #define SDL_IPATH
 #define SDL_LPATH
-#define SDL_LIBS SDL
+#define SDL_LIBS
 #defer HAVE_SDL $[libtest $[SDL_LPATH],$[SDL_LIBS]]
 
 // Is the Chromium remote-rendering library installed, and where?