diff options
| author | ruki <[email protected]> | 2018-04-25 22:36:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-04-25 09:36:15 +0800 |
| commit | 0541df14c7cd765885b085cb75f941872384c82c (patch) | |
| tree | dcd756d923554f912aea338ffd0af835d28678a6 /tests/projects/static_library_rust/xmake.lua | |
| parent | e2a3fc0b40f80747b6cae8eb473b1e662e24be71 (diff) | |
fix rust tests
Diffstat (limited to 'tests/projects/static_library_rust/xmake.lua')
| -rw-r--r-- | tests/projects/static_library_rust/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/static_library_rust/xmake.lua b/tests/projects/static_library_rust/xmake.lua index 0d2c3accc..d665e86e9 100644 --- a/tests/projects/static_library_rust/xmake.lua +++ b/tests/projects/static_library_rust/xmake.lua @@ -43,6 +43,6 @@ target("test") add_files("src/main.rs") -- add link directory - add_linkdirs("$(buildir)") + add_linkdirs("$(buildir)/$(mode)/$(arch)") |
