Skip to content

Instantly share code, notes, and snippets.

@tom-code
Created January 1, 2024 14:28
Show Gist options
  • Save tom-code/16b5dc37b356c35d44d17094fe06cf62 to your computer and use it in GitHub Desktop.
Save tom-code/16b5dc37b356c35d44d17094fe06cf62 to your computer and use it in GitHub Desktop.
rust crosscompile mac->linux
brew install SergioBenitez/osxct/x86_64-unknown-linux-gnu
rustup target add x86_64-unknown-linux-gnu
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-unknown-linux-gnu-gcc cargo build --target=x86_64-unknown-linux-gnu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment