-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Is it possible to use a custom strip path? #111
Comments
|
But the warning only appears in zigbuild.
|
Probably because your default sdk is from CLT not Xcode, And if |
Yes, I just used CLT. The reason I want to use zigbuild is that |
Maybe you can try |
It doesn't work. But thank you for your help |
Because the strip in
SDKROOT
sucks, it will fail to strip when building aarch64-apple-darwin/x86_64-apple-darwin.llvm-strip
works well.I tried to use
TARGET_STRIP=llvm-strip cargo zigbuild --release --target universal2-apple-darwin
but it doesn't work, is this possible?The text was updated successfully, but these errors were encountered: