Skip to content

Commit f0e40a0

Browse files
rtakacsyichoi
authored andcommitted
Fix the library path of JerryScript in case of RPi2. (#225)
JSRemoteTest-DCO-1.0-Signed-off-by: Roland Takacs [email protected]
1 parent df2a18c commit f0e40a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jstest/builder/modules/jerryscript.build.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
},
138138
"artifacts": [
139139
{
140-
"src": "%{jerryscript}/build/%{target}/%{build-type}/lib",
140+
"src": "%{jerryscript}/build/lib",
141141
"dst": "%{build-dir}/libs"
142142
},
143143
{

0 commit comments

Comments
 (0)