Allow i386 or x86_64 only builds

This commit is contained in:
Andrew Hyatt 2019-08-13 14:10:58 -04:00
parent 7ac3d4fbb1
commit ae2fbcd28e
No known key found for this signature in database
GPG Key ID: 5456D0F696719C24

View File

@ -111,7 +111,7 @@ if (DARLING)
endif (DARLING)
if(STATIC_KQUEUE)
add_library(kqueue OBJECT ${SRC} ${INCL})
add_darling_object_library(kqueue ${SRC} ${INCL})
make_fat(kqueue)
else()
add_library(kqueue SHARED ${SRC} ${INCL})