Closed xdoardo closed 3 weeks ago
Compiling wamr targeting iOS results in
wamr
iOS
clang: error: unsupported option '-mfloat-abi=' for target 'aarch64-apple-ios'
This small patch removes this setting in the related CMakeLists.txt file.
CMakeLists.txt
Compiling
wamr
targetingiOS
results inThis small patch removes this setting in the related
CMakeLists.txt
file.