macOS 12.6 premake5 beta2 - linking C++ library from C project #1962
Unanswered
freneticmonkey
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Can you confirm if this was an issue in beta 1? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I've been using premake for many years for a project which is statically linking C and C++ libraries to a C project. I've not had issues on Windows, Linux, and macOS until now. Since upgrading to macOS 12.6 + Xcode 14, I now have issues linking a C++ project to a C library.
If I open the generated Xcode project and explicitly add a dependency for the libc++.tbd library on the C project the project builds successfully as shown in the attached screen shot.
Has anyone else noticed this behaviour?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions