tup: os_macos compiles as objective C;

This commit is contained in:
bjorn 2022-03-11 13:58:13 -07:00
parent 2c55d05be6
commit 90acaf0c48
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ end
if target == 'macos' then
cflags += '-DLOVR_GL'
cflags_os_macos += '-xobjective-c'
lflags += '-Wl,-rpath,@executable_path'
lflags += '-lobjc'
end