summaryrefslogtreecommitdiff
path: root/tests/shared_library_c++/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared_library_c++/xmake.lua')
-rwxr-xr-xtests/shared_library_c++/xmake.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/shared_library_c++/xmake.lua b/tests/shared_library_c++/xmake.lua
index 36966c338..6c2d4deea 100755
--- a/tests/shared_library_c++/xmake.lua
+++ b/tests/shared_library_c++/xmake.lua
@@ -42,10 +42,4 @@ target("test")
-- add files
add_files("src/test.cpp")
- -- add links
- add_links("shared_library_c++")
-
- -- add link directory
- add_linkdirs("$(buildir)")
- add_rpathdirs("$(buildir)")