]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/mktypes.sh
Fix memory bug at shutdown
[dragonblocks_alpha.git] / src / mktypes.sh
1 #!/bin/bash
2 SOURCE_DIR="$1"
3
4 if [[ "$SOURCE_DIR" = "" ]]; then
5         SOURCE_DIR="."
6 fi
7
8 export LUA_PATH="$SOURCE_DIR/../deps/protogen/?.lua;$SOURCE_DIR/../deps/protogen/?/init.lua"
9 "$SOURCE_DIR/../deps/protogen/protogen.lua" "$SOURCE_DIR/types.def"