aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorSan Jacobs2025-06-06 19:46:10 +0200
committerSan Jacobs2025-06-06 19:46:10 +0200
commit78863f98c01d6f5834c18d2fc12ffd391837ba47 (patch)
tree9c719afa1696cb4a119b149458dd90af72c66267 /build.bat
parentae16415f838b08ab5ebe1c39717981c1fd31201e (diff)
downloadbetter-report-78863f98c01d6f5834c18d2fc12ffd391837ba47.tar.gz
better-report-78863f98c01d6f5834c18d2fc12ffd391837ba47.tar.bz2
better-report-78863f98c01d6f5834c18d2fc12ffd391837ba47.zip
Sound Devices support is back! (Tested with 688)
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.bat b/build.bat
index 4fcbc93..b413d1b 100755
--- a/build.bat
+++ b/build.bat
@@ -1,2 +1,2 @@
-odin build . -debug -pdb-name:bin/better-report.pdb -out:bin/better-report.exe
-odin run . -o:speed -out:C:/tools/better-report.exe -- test/ \ No newline at end of file
+odin run . -debug -pdb-name:bin/better-report.pdb -out:bin/better-report.exe -- test
+odin build . -o:speed -out:C:/tools/better-report.exe \ No newline at end of file