ios-cmake
ios-cmake copied to clipboard
Fix dynamic library link issue
refer to: #158
are you sure that every single dynamic library is affected?
there's -DENABLE_STRICT_TRY_COMPILE=ON configure flag that you can pass without modifying the toolchain file.
are you sure that every single dynamic library is affected?
there's
-DENABLE_STRICT_TRY_COMPILE=ONconfigure flag that you can pass without modifying the toolchain file.
The default setting of toolchian file should works for ios dynamic framework, right?
The default setting of toolchian file should works for ios dynamic framework, right?
yes, haven't seen any issues with building dylibs for iOS with this project.