diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-24 12:57:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-24 12:57:11 +0200 |
| commit | c9e15b281b9ce9b2ebe4ae4623b0e6a2e3357bfd (patch) | |
| tree | 758d713cb87bf75c1027c2e42cd0009c498e9a3e | |
| parent | 05ee2d8101a9d28e58a9aca41ebd85e8631b30b7 (diff) | |
fixup! Add some wxWidgets-based i18n tests.
| -rw-r--r-- | test/wx/wscript | 4 |
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 = '' |
