summaryrefslogtreecommitdiff
path: root/tests/shared_library_c++/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-04-01 19:42:41 +0800
committerruki <[email protected]>2017-04-01 19:42:41 +0800
commit01231296e809f900a7af34d00564aece602d1a7b (patch)
treed3a057b4dd0c817a2f28d752a4924f59f83fde7e /tests/shared_library_c++/xmake.lua
parent192de2d5897e8bee0eefecabac637443125ce2a5 (diff)
check rpath for gcc and dmd
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 d9bc4878f..36966c338 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)")