diff options
Diffstat (limited to 'examples/example_01_hello_world/win64.json')
| -rw-r--r-- | examples/example_01_hello_world/win64.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_01_hello_world/win64.json b/examples/example_01_hello_world/win64.json index 4af5bdd..4545228 100644 --- a/examples/example_01_hello_world/win64.json +++ b/examples/example_01_hello_world/win64.json @@ -3,7 +3,7 @@ "compiler_std": "c++20", "headers_path": ["lib"], "sources_path": ["hello_world.cc"], - "output_name": "hello_world.elf", + "output_name": "./hello_world.elf", "compiler_flags": ["-fPIC"], "cpp_macros": ["FOO_MACRO"], "run_after_build": true |
