فهرست منبع

MacOSX/Framework/Pre-Compile.sh: Make sure libvlc.dylib gets updated.

Pierre d'Herbemont 17 سال پیش
والد
کامیت
fa19a97756
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Pre-Compile.sh

+ 1 - 0
Pre-Compile.sh

@@ -115,4 +115,5 @@ if test "${ACTION}" = "build"; then
     # Build the library folder
     ##########################
     install_library "${VLC_BUILD_DIR}/src/.libs/libvlc-control.dylib" ${target_lib} "library"
+    install_library "${VLC_BUILD_DIR}/src/.libs/libvlc.dylib" ${target_lib} "library"
 fi