Skip to content

Commit

Permalink
s/build_linux/build_osx/g
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Apr 13, 2024
1 parent 79ae043 commit afc6d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ $LPCNET_DISABLE == 0 ]; then
fi

if [ $LPCNET_DISABLE == 0 ]; then
LPCNET_CMAKE_CMD="-DLPCNET_BUILD_DIR=$LPCNETDIR/build_linux"
LPCNET_CMAKE_CMD="-DLPCNET_BUILD_DIR=$LPCNETDIR/build_osx"
fi

# Build codec2 with LPCNet and test FreeDV 2020 support
Expand Down

0 comments on commit afc6d99

Please sign in to comment.