mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 03:39:51 +00:00
Allow i386 or x86_64 only builds
This commit is contained in:
parent
7ac3d4fbb1
commit
ae2fbcd28e
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user