mirror of
https://github.com/Ed94/WATL_Exercise.git
synced 2025-12-06 06:44:15 -08:00
fixes
This commit is contained in:
@@ -97,7 +97,7 @@ main :: proc() {
|
||||
path_root := get_working_dir()
|
||||
path_build := join_path(path_root, "build")
|
||||
path_odin_src := join_path(path_root, "Odin")
|
||||
file_source := join_path(path_odin_src, "watl.v0.odin")
|
||||
file_source := join_path(path_odin_src, "watl.v0.win32.odin")
|
||||
file_exe := join_path(path_build, "watl.v0.exe")
|
||||
|
||||
res, errs := build(path_build, {
|
||||
|
||||
Reference in New Issue
Block a user