Skip to content

Commit 9f7363c

Browse files
committed
set fmsc-version for sulong
1 parent 18f2014 commit 9f7363c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.cext/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ target_compile_options(${TARGET_LIBPYTHON} PRIVATE ${CFLAGS_WARNINGS})
258258

259259
if(WIN32)
260260
target_link_directories(${TARGET_LIBPYTHON} PRIVATE ${GRAALVM_LLVM_LIB_DIR})
261+
target_compile_options(${TARGET_LIBPYTHON} PRIVATE "-fmsc-version=1920")
261262
target_link_libraries(${TARGET_LIBPYTHON} sulong-native graalvm-llvm)
262263
else()
263264
# Link to math library; required for functions like 'hypot' or similar

0 commit comments

Comments
 (0)