mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 17:18:10 +08:00
fix incomplete else statement in cmakelists.txt
This commit is contained in:
parent
9b8316c1dd
commit
2b3f3240c6
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ if (APPLE)
|
|||
if (EXISTS /private/var/mobile)
|
||||
message(STATUS "iOS detected.")
|
||||
set(ADDITIONAL_LNK "-framework Foundation" "-framework UIKit")
|
||||
else
|
||||
else (EXISTS /private/var/mobile)
|
||||
message(STATUS "macOS detected.")
|
||||
set(ADDITIONAL_LNK "-framework Foundation" "-framework AppKit")
|
||||
endif (EXISTS /private/var/mobile)
|
||||
|
|
Loading…
Reference in a new issue