5 lines
56 B
Bash
5 lines
56 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd gdextension || exit
|
||
|
scons -j 12
|