gdpd/update.sh
2020-05-08 18:36:17 +02:00

7 lines
136 B
Bash
Executable file

#!/bin/bash
git submodule update --init --recursive
cd src/godot-cpp
scons platform=$1 generate_bindings=yes
cd ../..
scons platform=$1