Skip to content

Commit b4e0813

Browse files
committed
OSX: Don't re-copy config, it's already taken from there in the build
1 parent 930cdb6 commit b4e0813

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-macosx/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ if [ "${MONO}" == "1" ]; then
5555
mkdir -p /root/out/templates-mono
5656
cp -rvp bin/* /root/out/templates-mono
5757
rm -rf bin
58-
59-
find /root/out -name config -exec cp /root/dependencies/mono/etc/config {} \;
6058
fi
6159

6260
echo "macOS build successful"

0 commit comments

Comments
 (0)