File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
graalpython/com.oracle.graal.python.cext Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- { "overlay" : "8b652390180d83490029fa7932381dc992c2f0fa " }
1
+ { "overlay" : "4922966e110f60c21ce0a24c1ff7557f9e4ed46a " }
Original file line number Diff line number Diff line change @@ -258,6 +258,7 @@ target_compile_options(${TARGET_LIBPYTHON} PRIVATE ${CFLAGS_WARNINGS})
258
258
259
259
if (WIN32 )
260
260
target_link_directories (${TARGET_LIBPYTHON} PRIVATE ${GRAALVM_LLVM_LIB_DIR} )
261
+ target_compile_options (${TARGET_LIBPYTHON} PRIVATE "-fmsc-version=1920" )
261
262
target_link_libraries (${TARGET_LIBPYTHON} sulong-native graalvm-llvm )
262
263
else ()
263
264
# Link to math library; required for functions like 'hypot' or similar
Original file line number Diff line number Diff line change 45
45
},
46
46
{
47
47
"name" : "sdk" ,
48
- "version" : "29ad3085fd4ea151b876601f60765d68f9bba505 " ,
48
+ "version" : "b4c2ef5c8c021d14437c77e7b3552bddf1d24725 " ,
49
49
"subdir" : True ,
50
50
"urls" : [
51
51
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
52
52
]
53
53
},
54
54
{
55
55
"name" : "tools" ,
56
- "version" : "29ad3085fd4ea151b876601f60765d68f9bba505 " ,
56
+ "version" : "b4c2ef5c8c021d14437c77e7b3552bddf1d24725 " ,
57
57
"subdir" : True ,
58
58
"urls" : [
59
59
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
60
60
],
61
61
},
62
62
{
63
63
"name" : "sulong" ,
64
- "version" : "29ad3085fd4ea151b876601f60765d68f9bba505 " ,
64
+ "version" : "b4c2ef5c8c021d14437c77e7b3552bddf1d24725 " ,
65
65
"subdir" : True ,
66
66
"urls" : [
67
67
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
68
68
]
69
69
},
70
70
{
71
71
"name" : "regex" ,
72
- "version" : "29ad3085fd4ea151b876601f60765d68f9bba505 " ,
72
+ "version" : "b4c2ef5c8c021d14437c77e7b3552bddf1d24725 " ,
73
73
"subdir" : True ,
74
74
"urls" : [
75
75
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments