diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-23 22:27:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-25 14:55:24 +0100 |
| commit | a61122ba80291583ff2e821ca2e713dea6319add (patch) | |
| tree | 7133e5a318790f7f180b180b1e3bbeb004a9963d /src/tools/wscript | |
| parent | 8f955150ff2b642109552dd234089f9a038bb3d6 (diff) | |
Fix Windows debug build.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 4b90995c7..fe5e037a5 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -76,6 +76,8 @@ def build(bld): obj.uselib += ' GL GLU' if bld.env.TARGET_LINUX: obj.uselib += ' X11' + if bld.env.TARGET_WINDOWS_64 or bld.env.TARGET_WINDOWS_32: + obj.uselib += ' GLEW' obj.includes = ['..'] obj.use = ['libdcpomatic2', 'libdcpomatic2-wx'] obj.source = '%s.cc' % t |
