Browse Source

complete for MinGW, assume full install of portaudio

richarddobson 3 years ago
parent
commit
3efbeb020e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/externals/paprogs/paplay/CMakeLists.txt

+ 1 - 1
dev/externals/paprogs/paplay/CMakeLists.txt

@@ -19,7 +19,7 @@ else()
     link_directories(/usr/local/lib)
     find_library(PA NAMES libportaudio.a)
 #    NB winmm must appear after any module that references it. Yes, that's weird.
-    set(EXTRA_LIBRARIES1 dsound winspool portsf $(PA) winmm ${EXTRA_LIBRARIES})
+    set(EXTRA_LIBRARIES1 dsound winspool portsf ${PA} winmm ${EXTRA_LIBRARIES})
   else()
     link_directories (/usr/local/lib)
     find_library(PA NAMES libportaudio.a)