Skip to content

Commit 4aa858a

Browse files
committed
Allow suffixes in the built standalone directory
* libnative-image-agent.so is included so it's now RUBY_STANDALONE_SVM_SVML
1 parent 590d51a commit 4aa858a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/make-standalone-distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ archive_basename="truffleruby-$version-$os-$arch"
7676

7777
release_home="$PREFIX/$archive_basename"
7878
# Rename the Ruby standalone distribution created by the vm suite
79-
cp -R mxbuild/$os-$arch/RUBY_STANDALONE_SVM/* "$release_home"
79+
cp -R mxbuild/$os-$arch/RUBY_STANDALONE_SVM*/* "$release_home"
8080

8181
# Create archive
8282
cd "$PREFIX"

0 commit comments

Comments
 (0)