Skip to content

Commit e094ce7

Browse files
committed
Use official 4.7.0 release.
1 parent cec2ea5 commit e094ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if [ $BUILD_DEPS == 1 ]; then
4747
if [ ! -d hamlib-code ]; then
4848
git clone https://github.com/Hamlib/Hamlib.git hamlib-code
4949
fi
50-
cd hamlib-code && git checkout Hamlib-4.7 && git pull
50+
cd hamlib-code && git checkout 4.7.0 && git pull
5151
./bootstrap
5252
if [ $UNIV_BUILD == 1 ]; then
5353
CFLAGS="-g -O3 -mmacosx-version-min=11.0 -arch x86_64 -arch arm64" CXXFLAGS="-g -O3 -mmacosx-version-min=11.0 -arch x86_64 -arch arm64" ./configure --enable-shared --prefix $HAMLIBDIR --without-libusb

cmake/BuildHamlib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif(MINGW AND CMAKE_CROSSCOMPILING)
1616

1717
include(ExternalProject)
1818
ExternalProject_Add(build_hamlib
19-
URL https://github.com/Hamlib/Hamlib/archive/refs/heads/Hamlib-4.7.zip
19+
URL https://github.com/Hamlib/Hamlib/archive/refs/tags/4.7.0.zip
2020
BUILD_IN_SOURCE 1
2121
INSTALL_DIR external/dist
2222
PATCH_COMMAND ${HAMLIB_PATCH_CMD}

0 commit comments

Comments
 (0)