Skip to content

Commit

Permalink
libpng: Remove useless png.framework directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Jun 9, 2024
1 parent a00246b commit 92a44a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/spdlog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ 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 92a44a9

Please sign in to comment.