Skip to content

Commit 5752a80

Browse files
committed
1 parent 956cf31 commit 5752a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ cp package-lock.json ..
4242

4343
# Prepare and package layer
4444
cd ..
45-
find nodejs/node_modules -type f -name '*.node' 2>/dev/null | grep -v 'obj\.target' | xargs ldd | awk 'NF == 4 { system("cp " $3 " lib") }'
45+
find nodejs/node*/node_modules -type f -name '*.node' 2>/dev/null | grep -v 'obj\.target' | xargs ldd | awk 'NF == 4 { system("cp " $3 " lib") }'
4646
zip -q -r canvas-nodejs_v$LAYER_VERSION.zip . -x LICENSE README.md .git/**\* nodejs/test/**\* *.yml build-layer.sh

0 commit comments

Comments
 (0)