Add unix-like behaviour on macOS

Closes https://github.com/lite-xl/lite-xl/issues/398
This commit is contained in:
harens
2021-08-18 13:26:51 +01:00
parent 419cd58c8f
commit 2d088256b1
4 changed files with 12 additions and 4 deletions
+1
View File
@@ -1,2 +1,3 @@
option('bundle', type : 'boolean', value : true, description: 'Build a macOS bundle')
option('portable', type : 'boolean', value : false, description: 'Portable install')
option('renderer', type : 'boolean', value : false, description: 'Use SDL renderer')