File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ endif(MINGW AND CMAKE_CROSSCOMPILING)
1616
1717include (ExternalProject)
1818ExternalProject_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}
You can’t perform that action at this time.
0 commit comments