diff options
Diffstat (limited to 'tests/projects/rust/static_library/xmake.lua')
| -rw-r--r-- | tests/projects/rust/static_library/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/rust/static_library/xmake.lua b/tests/projects/rust/static_library/xmake.lua index b873a4c9e..f66f48b0f 100644 --- a/tests/projects/rust/static_library/xmake.lua +++ b/tests/projects/rust/static_library/xmake.lua @@ -8,7 +8,7 @@ target("interfaces") set_kind("static") -- add files - add_files("src/interfaces.rs") + add_files("src/interfaces.rs") -- add target target("test") @@ -20,7 +20,7 @@ target("test") add_deps("interfaces") -- add files - add_files("src/main.rs") + add_files("src/main.rs") -- add link directory add_linkdirs("$(buildir)/$(mode)/$(arch)") |
