Adapt all scripts to work together with build-packages.sh

This commit is contained in:
redtide
2021-09-07 15:03:00 +02:00
committed by Francesco Abbate
parent 91da2ddfdd
commit 261ab5daf2
17 changed files with 829 additions and 601 deletions
+1
View File
@@ -1,3 +1,4 @@
option('bundle', type : 'boolean', value : false, description: 'Build a macOS bundle')
option('source-only', type : 'boolean', value : false, description: 'Configure source files only, doesn\'t checks for dependencies')
option('portable', type : 'boolean', value : false, description: 'Portable install')
option('renderer', type : 'boolean', value : false, description: 'Use SDL renderer')