Skip to content

Commit a664c9c

Browse files
committed
Adopt library rename in Prism
1 parent 862e4cc commit a664c9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mx.truffleruby/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"class": "YARPNativeProject",
224224
"dir": "src/main/c/yarp",
225225
# "makeTarget": "all-no-debug", # Can use this to build without asserts
226-
"results": ["build/librubyparser.a"],
226+
"results": ["build/libprism.a"],
227227
"description": "YARP used as a static library"
228228
},
229229

@@ -232,13 +232,13 @@
232232
"native": "shared_lib",
233233
"deliverable": "yarp",
234234
"buildDependencies": [
235-
"org.prism.libyarp", # librubyparser.a
235+
"org.prism.libyarp", # libprism.a
236236
"org.prism", # for the generated JNI header file
237237
],
238238
"use_jdk_headers": True, # the generated JNI header includes jni.h
239239
"cflags": ["-g", "-Wall", "-Werror", "-pthread", "-I<path:org.prism.libyarp>/include"],
240240
"ldflags": ["-pthread"],
241-
"ldlibs": ["<path:org.prism.libyarp>/build/librubyparser.a"],
241+
"ldlibs": ["<path:org.prism.libyarp>/build/libprism.a"],
242242
"description": "JNI bindings for YARP"
243243
},
244244

0 commit comments

Comments
 (0)