Mac build has libs copied to output #3013
|
Now when building a mac app several libs are now copied to the bin folder that weren't before - can be manually deleted and the app runs fine: libcyrpto.a, libcurl.a, libjpeg.a, libssl.a and libz.a It's from the switch to use openal-soft by default commit for apple target_link_directories(${APP_NAME} target_include_directories(${APP_NAME} Hopefully someone will understand cmake better than me and suggest a fix. |
Answered by
halx99
Jan 8, 2026
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should fixed by: 6a324b6