Fixed a bad reference
This commit is contained in:
parent
0545282292
commit
a2a70a0f33
6 changed files with 43 additions and 12 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
OUT_DIR="build/desktop"
|
||||
mkdir -p $OUT_DIR
|
||||
odin build . -strict-style -out:$OUT_DIR/game_desktop.bin -no-bounds-check -disable-assert -o:size -extra-linker-flags:"-Wl,--gc-sections,-s"
|
||||
odin build . -out:$OUT_DIR/game -no-bounds-check -disable-assert -o:size -extra-linker-flags:"-Wl,--gc-sections,-s"
|
||||
cp -R ./assets/ ./$OUT_DIR/
|
||||
echo "Desktop build created in ${OUT_DIR}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue