Hi!
Is there a way to specify target platform for static libraries linkage in cinterop file?
Tried to write
staticLibraries.targetName = path/to/static/lib
(i.e. mac_x64) but that didn’t work out, ld reported that
Undefined symbols for architecture x86_64
. Without specification of target everything compiles, but I need to link that library on several platform and kinda don’t want to create cinterop file for each target
n
natario1
05/06/2020, 3:07 PM
Agree, this would be very helpful. Currently I had to use different def files.