Skip to content

Commit

Permalink
Remove redundant lib path for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Jan 14, 2025
1 parent 3f5b7a9 commit 65a99e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nuget/build.macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ copymodule graphics
copymodule system
copymodule window

cp -R "$SFMLLibDir/lib/"*.framework "$OutDir"
cp -R "$SFMLLibDir/"*.framework "$OutDir"

popd # Pop CSFML
popd # Pop $RID
Expand Down

0 comments on commit 65a99e9

Please sign in to comment.