summaryrefslogtreecommitdiffstats
path: root/test/Libs/bug2909/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'test/Libs/bug2909/SConstruct')
-rw-r--r--test/Libs/bug2909/SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Libs/bug2909/SConstruct b/test/Libs/bug2909/SConstruct
new file mode 100644
index 0000000..2c5440b
--- /dev/null
+++ b/test/Libs/bug2909/SConstruct
@@ -0,0 +1,3 @@
+env=Environment()
+libname=ARGUMENTS.get('libname', 'foo')
+env.SharedLibrary('myshared', ['main.c'], LIBS=[libname], LIBPATH='.') \ No newline at end of file