mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-02-05 02:45:55 +01:00
8 lines
178 B
Bash
8 lines
178 B
Bash
|
export SCONS_CACHE=~/.scons_cache
|
||
|
export SCONS_CACHE_LIMIT=5000
|
||
|
|
||
|
cd engine
|
||
|
|
||
|
scons -j2 platform=x11 target=release_debug custom_modules_shared=yes bin/libess.x11.opt.tools.64.so
|
||
|
|