diff options
Diffstat (limited to 'tests/projects/rust/console/xmake.lua')
| -rw-r--r-- | tests/projects/rust/console/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/rust/console/xmake.lua b/tests/projects/rust/console/xmake.lua index b2c8efd39..868e70595 100644 --- a/tests/projects/rust/console/xmake.lua +++ b/tests/projects/rust/console/xmake.lua @@ -8,5 +8,5 @@ target("console_rust") set_kind("binary") -- add files - add_files("src/*.rs") + add_files("src/*.rs") |
