Add unix-like behaviour on macOS
Closes https://github.com/lite-xl/lite-xl/issues/398
This commit is contained in:
+2
-1
@@ -86,7 +86,8 @@ if get_option('portable') or host_machine.system() == 'windows'
|
||||
lite_bindir = '/'
|
||||
lite_docdir = '/doc'
|
||||
lite_datadir = '/data'
|
||||
elif host_machine.system() == 'darwin'
|
||||
elif get_option('bundle') and host_machine.system() == 'darwin'
|
||||
lite_cargs += '-DMACOS_USE_BUNDLE'
|
||||
lite_bindir = 'Contents/MacOS'
|
||||
lite_docdir = 'Contents/Resources'
|
||||
lite_datadir = 'Contents/Resources'
|
||||
|
||||
Reference in New Issue
Block a user