summaryrefslogtreecommitdiff
path: root/tests/shared_library_c/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-04-01 19:25:41 +0800
committerruki <[email protected]>2017-04-01 19:25:41 +0800
commit192de2d5897e8bee0eefecabac637443125ce2a5 (patch)
treed8b21f858a96476e7c814b11e6af0c89606866f2 /tests/shared_library_c/xmake.lua
parente215d77087a81a619a241e24077b5066929a2aa2 (diff)
add rpathdirs api
Diffstat (limited to 'tests/shared_library_c/xmake.lua')
-rwxr-xr-xtests/shared_library_c/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/shared_library_c/xmake.lua b/tests/shared_library_c/xmake.lua
index c7526abdf..60c683b24 100755
--- a/tests/shared_library_c/xmake.lua
+++ b/tests/shared_library_c/xmake.lua
@@ -47,4 +47,5 @@ target("test")
-- add link directory
add_linkdirs("$(buildir)")
+ add_rpathdirs("$(buildir)")