summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/cscript b/cscript
index 4cbec58cf..330fff88d 100644
--- a/cscript
+++ b/cscript
@@ -569,8 +569,7 @@ def build(target, options):
with open('build/com.dcpomatic.DCP-o-matic.json', 'w') as outfile:
json.dump(desc, outfile)
target.command('%s --repo=build/platform/repo build/platform/flatpak build/com.dcpomatic.DCP-o-matic.json' % target.flatpak_builder())
- elif target.platform != "linux" or target.detail == 'appimage':
- # Build here if the packaging step won't do it
+ else:
target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target, options)))
target.command('./waf')
target.command('./waf install')