We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1180713 + 6e275e0 commit 2223b48Copy full SHA for 2223b48
2 files 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
src_rebuild/PsyCross
0 commit comments