diff options
Diffstat (limited to 'tests/shared_library_c++/xmake.lua')
| -rwxr-xr-x | tests/shared_library_c++/xmake.lua | 1 |
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)") |
