aboutsummaryrefslogtreecommitdiff
path: root/remove-windows-symlink.sh
blob: e3c890a9ba15360f8eef266a0074092fdf3745d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. `dirname $0`/build/tools/ndk-common.sh

# Find all symlink in toolchains/windows and windows-x86_64 directories
WIN_DIRS=`find toolchains \( -name "windows" -o -name "windows-x86_64" \)`

dereference_symlink $WIN_DIRS

# The following should print nothing if we did good job
find toolchains/ -type l | grep windows