mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
meson: declare using of objective-c++ compiler on osx and ios
Change-Id: Iec6822356d65d1df2fd057920fc30ae56581d76e
This commit is contained in:

committed by
Adrien Béraud

parent
6bb307bda4
commit
7d1c3d662a
@ -8,6 +8,10 @@ project('jami-daemon', ['c', 'cpp'],
|
||||
modpkgconfig = import('pkgconfig')
|
||||
modcmake = import('cmake')
|
||||
|
||||
if host_machine.system() == 'darwin'
|
||||
add_languages('objcpp')
|
||||
endif
|
||||
|
||||
#################################################
|
||||
# Required dependencies
|
||||
#################################################
|
||||
|
Reference in New Issue
Block a user