summaryrefslogtreecommitdiff
path: root/test/wx/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'test/wx/wscript')
-rw-r--r--test/wx/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wx/wscript b/test/wx/wscript
index b64ce4fe1..5dad798a8 100644
--- a/test/wx/wscript
+++ b/test/wx/wscript
@@ -31,8 +31,8 @@ def build(bld):
obj.uselib += 'DL '
if bld.env.BUILD_STATIC or bld.env.TARGET_LINUX:
obj.uselib += 'GTK '
- obj.use = 'libdcpomatic2-wx'
- obj.source = "../test.cc i18n_test.cc"
+ obj.use = 'libdcpomatic2-wx test'
+ obj.source = "i18n_test.cc"
obj.target = 'unit-tests'
obj.install_path = ''