mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-04-19 14:28:29 +02:00
7 lines
184 B
Bash
7 lines
184 B
Bash
#!/bin/bash
|
|
source /emsdk/emsdk_env.sh
|
|
export EM_CACHE=/godot/.emcache
|
|
cd /godot/external/godot-cpp
|
|
scons platform=javascript -j$(nproc)
|
|
cd /godot
|
|
scons platform=javascript -j$(nproc)
|