Replies: 1 comment 1 reply
-
As far as I can tell if I specify: CMAKE_OSX_ARCHITECTURES as x86_64;arm64 vcpkg will only build the x64 versions! If I specify "arm64;x86", then only the arm64 versions of the dependencies are built. Surely if can't be THAT hard to say OK - both architectures were specified - so build them both and merge to create fat binaries? David |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem with building for MacOS. I believe that vcpkg is not smart enough to create universal binaries for dependencies. That's really sad :( ...
Assuming that I can get past the problem that vcpkg isn't working for me, I have questions that spring from that issue:
Or am I asking way too much?
David
Beta Was this translation helpful? Give feedback.
All reactions