Browse Source

Add Amiga support to Findlibsodium.cmake

pull/587/head
Anders Jenbo 6 years ago committed by GitHub
parent
commit
ff95daf533
  1. 2
      CMake/Findsodium.cmake

2
CMake/Findsodium.cmake

@ -47,7 +47,7 @@ endif()
########################################################################
# UNIX
if (UNIX OR CMAKE_SYSTEM_NAME STREQUAL "Generic")
if (UNIX OR CMAKE_SYSTEM_NAME STREQUAL "Generic" OR AMIGA)
# import pkg-config
find_package(PkgConfig QUIET)
if (PKG_CONFIG_FOUND)

Loading…
Cancel
Save