diff --git a/scripts/libpng.sh b/scripts/libpng.sh index f70ab0f..cbe6bb7 100755 --- a/scripts/libpng.sh +++ b/scripts/libpng.sh @@ -16,4 +16,7 @@ cmake --install . $CMAKE_BUILD_ARGS popd +# Remove useless png.framework directory that confuses the linker +rm -rf "$OUTPUT_DIR/lib/png.framework" + license libpng "libpng-$VERSION/LICENSE" diff --git a/scripts/spdlog.sh b/scripts/spdlog.sh index 834a2b9..2cef9f1 100755 --- a/scripts/spdlog.sh +++ b/scripts/spdlog.sh @@ -21,7 +21,4 @@ cmake --install . $CMAKE_BUILD_ARGS popd -# Remove useless png.framework directory that confuses the linker -rm -rf "$OUTPUT_DIR/lib/png.framework" - license spdlog spdlog/LICENSE