Fix typo preventing macOS build.

pull/274/head
Mooneer Salem 2022-08-21 09:15:41 -07:00
parent d9e375bff7
commit 81b097fe37
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if [ ! -d codec2 ]; then
git clone https://github.com/drowe67/codec2.git
fi
cd codec2 && git switch master && git pull && git checkout $CODEC2_BRANCH
mkdir -p build_linux && cd build_linux && rm -Rf * && cmake -DLPCNET_BUILD_DIR=$LPCNETDIR/build_osx -DBUILD_OSX_UNIVERSAL=1 .. && make VERBOSE=1 -j4
mkdir -p build_osx && cd build_osx && rm -Rf * && cmake -DLPCNET_BUILD_DIR=$LPCNETDIR/build_osx -DBUILD_OSX_UNIVERSAL=1 .. && make VERBOSE=1 -j4
# sanity check test
cd src