Skip to content

Commit 664d1e9

Browse files
committed
Remove unnecessary dependencies
Signed-off-by: Stefan Marr <[email protected]>
1 parent 9a11974 commit 664d1e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mx.trufflesom/mx_trufflesom.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ def build_native_image_tool(args, **kwargs):
135135
TRUFFLE_DIR + "/sdk/mxbuild/dists/polyglot.jar",
136136
TRUFFLE_DIR + "/sdk/mxbuild/dists/word.jar",
137137
TRUFFLE_DIR + "/sdk/mxbuild/dists/jniutils.jar",
138-
TRUFFLE_DIR + "/truffle/mxbuild/dists/truffle-json.jar",
139-
TRUFFLE_DIR + "/truffle/mxbuild/dists/truffle-jcodings.jar",
140138
TRUFFLE_DIR + "/truffle/mxbuild/dists/truffle-runtime.jar",
141139
TRUFFLE_DIR + "/substratevm/mxbuild/dists/truffle-runtime-svm.jar",
142140
TRUFFLE_DIR + "/truffle/mxbuild/dists/truffle-api.jar",

0 commit comments

Comments
 (0)