We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f2014 commit 9f7363cCopy full SHA for 9f7363c
graalpython/com.oracle.graal.python.cext/CMakeLists.txt
@@ -258,6 +258,7 @@ target_compile_options(${TARGET_LIBPYTHON} PRIVATE ${CFLAGS_WARNINGS})
258
259
if(WIN32)
260
target_link_directories(${TARGET_LIBPYTHON} PRIVATE ${GRAALVM_LLVM_LIB_DIR})
261
+ target_compile_options(${TARGET_LIBPYTHON} PRIVATE "-fmsc-version=1920")
262
target_link_libraries(${TARGET_LIBPYTHON} sulong-native graalvm-llvm)
263
else()
264
# Link to math library; required for functions like 'hypot' or similar
0 commit comments