Fix emulation build.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
bc34efed5c
commit
70622a9a3b
1 changed files with 1 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ endif()
|
|||
if (ENABLE_EMULATION)
|
||||
if(APPLE)
|
||||
set(CMAKE_OSX_SYSROOT "/Library/Developer/CommandLineTools//SDKs/MacOSX11.3.sdk")
|
||||
add_definitions("-Wno-deprecated-declarations")
|
||||
elseif(MSVC)
|
||||
set(SOURCES ${SOURCES}
|
||||
${CMAKE_CURRENT_LIST_DIR}/src/fs/mman.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue