summaryrefslogtreecommitdiff
path: root/tests/projects/static_library_rust/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-25 22:36:02 +0800
committerruki <[email protected]>2018-04-25 09:36:15 +0800
commit0541df14c7cd765885b085cb75f941872384c82c (patch)
treedcd756d923554f912aea338ffd0af835d28678a6 /tests/projects/static_library_rust/xmake.lua
parente2a3fc0b40f80747b6cae8eb473b1e662e24be71 (diff)
fix rust tests
Diffstat (limited to 'tests/projects/static_library_rust/xmake.lua')
-rw-r--r--tests/projects/static_library_rust/xmake.lua2
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)")