Skip to content

Commit

Permalink
issue #169 Fix issue on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Dec 23, 2020
1 parent 219d44c commit 05f3653
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ else ()
if (MIR_JIT)
message(STATUS "MIRJIT enabled")
set(JIT_SRCS ${MIR_SRCS} ${C2MIR_SRCS} ${MIR_JIT_SRCS})
set(ALL_MIR_SRCS ${MIR_SRCS} ${C2MIR_SRCS})
if (NOT MSVC)
set_source_files_properties(${ALL_MIR_SRCS} PROPERTIES
COMPILE_FLAGS "-fsigned-char")
endif ()
set_property(SOURCE ${MIR_SRCS} ${C2MIR_SRCS} ${MIR_JIT_SRCS}
APPEND
PROPERTY INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/mir;${CMAKE_SOURCE_DIR}/mir/c2mir")
Expand Down

0 comments on commit 05f3653

Please sign in to comment.