Skip to content

Commit dc060ab

Browse files
committed
nacl: dont create recursive examples symlinks
1 parent 2132033 commit dc060ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/nacl/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ NACL_ROOT=$(dirname $(which $0))
1414
ROOT=$(readlink -f $NACL_ROOT/../..)
1515
PKGS="sdl SDL_gfx"
1616

17-
ln -sf $ROOT/examples $NACL_ROOT/examples
17+
rm -f $NACL_ROOT/examples
18+
ln -s $ROOT/examples $NACL_ROOT/examples
1819

1920
for HOST in i686-nacl x86_64-nacl
2021
do

0 commit comments

Comments
 (0)