-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makeotf fails to build on darwin #1339
Comments
Also fails with system xcodebuild. |
10 tasks
@sternenseemann as all of this is likely to be replaced soon you might try grabbing #1367 and seeing if you can get CMake to work for you on Darwin. |
#1367 has been merged into the |
No longer a problem in 3.7.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using xcodebuild from https://github.com/facebook/xcbuild, the c parts fail to build. Interestingly the precise failure is always similar, but a different target fails almost everytime, so could be related to target dependency resolution potentially.
I'll try to verify that Apple's xcodebuild also fails, but supporting xcbuild would be important for us for https://github.com/nixos/nixpkgs, since using the system xcodebuild means build impurity.
The text was updated successfully, but these errors were encountered: