Skip to content

Commit 2acc949

Browse files
committed
Do not build support libs on Windows
1 parent 434ad85 commit 2acc949

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mx.graalpython/suite.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -786,21 +786,13 @@
786786
"<others>": {
787787
"dependencies": [
788788
"com.oracle.graal.python.cext",
789-
"python-libzsupport",
790-
"python-libposix",
791-
"python-libbz2",
792-
"python-liblzma",
793789
"com.oracle.graal.python.hpy.llvm"
794790
],
795791
"layout": {
796792
"./": [
797793
"file:graalpython/com.oracle.graal.python.jni/JNI-WINDOWS-README.md",
798794
"dependency:com.oracle.graal.python.cext/bin/*",
799-
"dependency:python-libzsupport/*",
800-
"dependency:python-libposix/*",
801795
"dependency:com.oracle.graal.python.hpy.llvm/bin/*",
802-
"dependency:python-libbz2/bin/*",
803-
"dependency:python-liblzma/bin/*"
804796
]
805797
},
806798
},

0 commit comments

Comments
 (0)