- libpd gui on/off by setting path - computeaudio (pd dsp 0/1) added - streamstart delayed to prevent pops
7 lines
156 B
Bash
Executable file
7 lines
156 B
Bash
Executable file
#!/bin/bash
|
|
git submodule update --init --recursive
|
|
cd src/godot-cpp
|
|
scons platform=$1 target=$2 generate_bindings=yes
|
|
cd ../..
|
|
scons platform=$1 target=$2
|