From the docs it should be the following format and it doesn't work for me:
--ios-archs "(archs, ...)"
--boost-libs "{all|none|(lib, ...)}"
I was able to pass parameters only with following format --ios-archs:
--ios-archs "armv7 arm64"
and the same format didn't work for --boost-libs parameter. Single arguments worked fine:
From the docs it should be the following format and it doesn't work for me:
I was able to pass parameters only with following format
--ios-archs:and the same format didn't work for
--boost-libsparameter. Single arguments worked fine: