Last active
July 26, 2022 07:23
-
-
Save 2439905184/08a99883691f61cab3834b1eb281957b to your computer and use it in GitHub Desktop.
godot scons交叉编译记录
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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