1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 16:08:39 -05:00

Merge pull request #1257 from srcejon/mac_package

Fix Mac DMG build
This commit is contained in:
Edouard Griffiths 2022-05-26 12:29:27 +02:00 committed by GitHub
commit 6620348f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,7 +202,7 @@ endif (AUTO_EXTERNAL_LIBRARIES)
# Some of the following projects are currently built only for MacOS
# For WIN32, we use precompiled versions from sdrangel-windows-libraries
# For LINUX, we require system pacakges to be installed
if (MACOS)
if (APPLE)
set(USE_PRECOMPILED_LIBS FALSE)
else()
set(USE_PRECOMPILED_LIBS TRUE)