Removed objective C.
This commit is contained in:
parent
4c52b1dea4
commit
8dec08406d
|
@ -14,8 +14,6 @@ lite_rc = []
|
||||||
if host_machine.system() == 'windows'
|
if host_machine.system() == 'windows'
|
||||||
windows = import('windows')
|
windows = import('windows')
|
||||||
lite_rc += windows.compile_resources('../resources/icons/icon.rc')
|
lite_rc += windows.compile_resources('../resources/icons/icon.rc')
|
||||||
elif host_machine.system() == 'darwin'
|
|
||||||
lite_sources += 'bundle_open.m'
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lite_include = include_directories('.')
|
lite_include = include_directories('.')
|
||||||
|
|
Loading…
Reference in New Issue