Skip to content

Commit

Permalink
Don't remove useless png.framework directory in the spdlog build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Jun 9, 2024
1 parent 92a44a9 commit 278281a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions scripts/libpng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions scripts/spdlog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 278281a

Please sign in to comment.