Skip to content

Instantly share code, notes, and snippets.

@2439905184
Last active July 26, 2022 07:23
Show Gist options
  • Save 2439905184/08a99883691f61cab3834b1eb281957b to your computer and use it in GitHub Desktop.
Save 2439905184/08a99883691f61cab3834b1eb281957b to your computer and use it in GitHub Desktop.
godot scons交叉编译记录
scons -j2 arch=aarch64 tools=yes target=release_debug verbose=yes CC=aarch64-linux-gnu-gcc-8 CXX=aarch64-linux-gnu-g++-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment