We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d809572 commit 0e60d77Copy full SHA for 0e60d77
1 file changed
.appveyor/Build.sh
@@ -19,7 +19,7 @@ mkdir -p "${APPVEYOR_BUILD_FOLDER}/.flatpak/lib" "${APPVEYOR_BUILD_FOLDER}/.flat
19
find ${APPVEYOR_BUILD_FOLDER}/src_rebuild/bin/Release -name 'REDRIVER2*' -exec cp -t ${APPVEYOR_BUILD_FOLDER}/.flatpak/bin {} +
20
21
# Copy missing libraries in the runtime
22
-for lib in libjpeg libopenal libsndio libbsd
+for lib in libjpeg libopenal
23
do
24
cp -Lf $(ldd "${APPVEYOR_BUILD_FOLDER}/src_rebuild/bin/Release/REDRIVER2" | awk '/ => / { print $3 }' | grep ${lib}) "${APPVEYOR_BUILD_FOLDER}/.flatpak/lib"
25
done
0 commit comments