build: remove /opt/local prefix
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
312448a5b1
commit
04e21a65ef
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ SET(UBUS_MAX_MSGLEN 1048576)
|
|||
ADD_DEFINITIONS( -DUBUS_UNIX_SOCKET="${UBUS_UNIX_SOCKET}")
|
||||
ADD_DEFINITIONS( -DUBUS_MAX_MSGLEN=${UBUS_MAX_MSGLEN})
|
||||
|
||||
IF(APPLE)
|
||||
INCLUDE_DIRECTORIES(/opt/local/include)
|
||||
LINK_DIRECTORIES(/opt/local/lib)
|
||||
ENDIF()
|
||||
|
||||
IF(BUILD_STATIC)
|
||||
FIND_LIBRARY(ubox_library NAMES ubox.a)
|
||||
FIND_LIBRARY(blob_library NAMES blobmsg_json.a)
|
||||
|
|
Loading…
Reference in a new issue