Skip to content

Commit f3da4f5

Browse files
Merge pull request #1 from Zardshard/build1
Fix build script directory traversal
2 parents c8eb6b5 + d628f56 commit f3da4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ for dir in files.keys():
2424
cd @('../../bin/'+ARCH+'/'+dir[0])
2525
for file in files[dir]:
2626
ln -s @(dir[1]+'.so') @(file+'.so')
27-
cd ..
27+
cd ../../../bindings
2828
cd ..

0 commit comments

Comments
 (0)