We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747930d commit 15a08d7Copy full SHA for 15a08d7
init.bat
@@ -3,8 +3,4 @@
3
git submodule update --init --recursive
4
cd protocols
5
call proto_compile.bat
6
-cd ..\engine\EngineDeps
7
-call setup.bat
8
-cd ..\..\api
9
-call build.bat
10
cd ..
init.sh
@@ -1,11 +1,6 @@
1
#!/bin/sh
2
-./scripts/osx/resolve_deps.sh
./proto_compile.sh
-cd ../engine/EngineDeps
-./setup.sh
-cd ../../api
-./build.sh
11
0 commit comments