Browse Source

fix build break for Unix

David Rose 24 years ago
parent
commit
cd17108c40
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/Config.pp

+ 2 - 0
dtool/Config.pp

@@ -312,6 +312,8 @@
   #define AUDIO_LPATH /mspsdk/Lib  
   #define AUDIO_LIBS winmm.lib dsound.lib user32.lib ole32.lib dxguid.lib
 #else
+  #define AUDIO_IPATH
+  #define AUDIO_LPATH
   #define AUDIO_LIBS
 #endif