Has anyone included a MPP as a subproject in anoth...
# multiplatform
k
Has anyone included a MPP as a subproject in another MPP, with a cinterop dependency?
I have the following .def file: language = Objective-C package = com.package.phonenumbers headers = libPhoneNumber_iOS.h headerFilter = AW* compilerOpts = -Ic_interop/libPhoneNumber_iOS.framework/Headers linkerOpts = -framework libPhoneNumber_iOS -Fc_interop
the relative paths work fine when I build the subproject standalone, but don't work when I build as a subproject
d
Yeah, the path changes.