diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-07 01:13:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-28 19:47:28 +0100 |
| commit | 9521be84ec7a0993d025da8676d93430b3e1e8a1 (patch) | |
| tree | bfcb481da309dcaedb7487fc34db2a6f3845c28d /src/tools/wscript | |
| parent | d9e3a57957c0c52e7227553f03818aab376be384 (diff) | |
Windows build fixes.
Diffstat (limited to 'src/tools/wscript')
| -rw-r--r-- | src/tools/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wscript b/src/tools/wscript index 59cb38d10..8a6bc60c5 100644 --- a/src/tools/wscript +++ b/src/tools/wscript @@ -35,7 +35,7 @@ def build(bld): if bld.env.TARGET_LINUX: uselib += 'POLKIT ' - if bld.env.TARGET_LINUX or bld.env.TARGET_OSX: + if bld.env.ENABLE_DIST: uselib += 'LWEXT4 ' if bld.env.TARGET_WINDOWS: |
