ソースを参照

remove repeat ref to portaudio

richarddobson 3 ヶ月 前
コミット
bc2beae9b4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      dev/externals/paprogs/paplay/CMakeLists.txt

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

@@ -10,7 +10,7 @@ if(APPLE)
   link_directories (/usr/local/lib)
   find_library(PA NAMES libportaudio.a)
   find_library(AAIOLIB NAMES libaaio.a)
-  set(EXTRA_LIBRARIES1 portsf pthread portaudio  ${AAIOLIB} ${PA}  ${COREAUDIOLIB} ${AUDIOTOOLBOX} ${AULIB} ${CARBONLIB} ${CORESERV} ${EXTRA_LIBRARIES})
+  set(EXTRA_LIBRARIES1 portsf pthread ${AAIOLIB} ${PA}  ${COREAUDIOLIB} ${AUDIOTOOLBOX} ${AULIB} ${CARBONLIB} ${CORESERV} ${EXTRA_LIBRARIES})
   
 else()
   if(MINGW)