Skip to content

Commit 60554b0

Browse files
slipherillwieckz
authored andcommitted
Mac: fix removing build dir with symlinks
The symlink was found in SDL2.framework
1 parent 4991716 commit 60554b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-release

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ cleanEngineBuildDir () {
223223

224224
if [ -e "${content_dir}" ]
225225
then
226+
find "${content_dir}" -type l -exec rm -v {} \;
226227
find "${content_dir}" -type f -exec rm -v {} \;
227228
find "${content_dir}" -depth -type d -exec rmdir {} \;
228229
fi

0 commit comments

Comments
 (0)