Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 2b36b35

Browse files
committed
fix symlinks
1 parent 420bea0 commit 2b36b35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/setup_linux_build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ fi
1414
rm -rf cef
1515
unzip cef.zip
1616
mv $zipname cef
17-
./make_symlinks.sh
17+
18+
# make symlinks to CEF
19+
../scripts/make_symlinks.sh
1820

1921
# get libudev0 for Ubuntu 13.04
2022
if egrep -q "13\.04" /etc/issue; then

0 commit comments

Comments
 (0)