Skip to content

Commit 6d5e7d4

Browse files
committed
build launcher with nativebuild
1 parent 746fcfa commit 6d5e7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def punittest(args):
165165

166166

167167
def nativebuild(args):
168-
mx.build(["--only", "com.oracle.graal.python.cext,GRAALPYTHON,GRAALPYTHON_GRAALVM_SUPPORT"])
168+
mx.build(["--only", "com.oracle.graal.python.cext,GRAALPYTHON-LAUNCHER,GRAALPYTHON,GRAALPYTHON_GRAALVM_SUPPORT"])
169169

170170

171171
def nativeclean(args):

0 commit comments

Comments
 (0)