Skip to content

Commit 4ad48f9

Browse files
committed
fix build script
1 parent 81f6a9e commit 4ad48f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ci/ci-macos.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ QT=~/Qt/6.7.2/macos
33
mkdir _bin
44

55
pushd filetype
6-
mkdir -fr build
6+
rm -fr build
77
mkdir build
8+
cd build
89
${QT}/bin/qmake "CONFIG+=release" ../libfiletype.pro
910
make -j4
1011
popd

0 commit comments

Comments
 (0)