mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 07:21:54 +00:00
fix(ios): Remove float-abi
flag (#3889)
This commit is contained in:
parent
6426fc4993
commit
a713ba1110
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 3.21)
|
cmake_minimum_required (VERSION 3.21)
|
||||||
|
|
||||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfloat-abi=hard")
|
|
||||||
|
|
||||||
project (iwasm)
|
project (iwasm)
|
||||||
|
|
||||||
set (WAMR_BUILD_PLATFORM "darwin")
|
set (WAMR_BUILD_PLATFORM "darwin")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user