Implement correctly loading from macos bundle resources

This commit is contained in:
Francesco Abbate
2021-04-18 08:51:31 -07:00
parent f913a8513f
commit 53f77a29ea
6 changed files with 21 additions and 59 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
project('lite', 'c', 'cpp', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
project('lite', 'c', 'cpp', 'objc', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
cc = meson.get_compiler('c')
libm = cc.find_library('m', required : false)