We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original build command in Makefile isswift build --disable-sandbox -c release -Xswiftc -static-stdlib can't work on Linux platform.
build
swift build --disable-sandbox -c release -Xswiftc -static-stdlib
Know issue:
SR-2205 Linker fails when linking to Foundation if -static-stdlib flag is present - Swift SR-7038 in 4.1, -static-stdlib doesn’t seem to work anymore - Swift
The static-stdlib can't be used on Linux platform.
static-stdlib
So, currently adding build-for-linux command remove the -Xswiftc -static-stdlib. Make this issue to track this problem.
build-for-linux
-Xswiftc -static-stdlib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original
build
command in Makefile isswift build --disable-sandbox -c release -Xswiftc -static-stdlib
can't work on Linux platform.Know issue:
SR-2205 Linker fails when linking to Foundation if -static-stdlib flag is present - Swift
SR-7038 in 4.1, -static-stdlib doesn’t seem to work anymore - Swift
The
static-stdlib
can't be used on Linux platform.So, currently adding
build-for-linux
command remove the-Xswiftc -static-stdlib
. Make this issue to track this problem.The text was updated successfully, but these errors were encountered: