Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2014-11-12 16:59:15 +0300
committerFelix Fietkau <nbd@openwrt.org>2014-12-11 19:57:07 +0300
commitc5d80836cd0f9fdcfb0b0dc22d94f6a51fcacacd (patch)
treebc055c7f08c74e60853abcd90997d27460d63f33 /lua
parentcbf80de7f4df61960f386cb01a899cf4228d38f3 (diff)
lua: do not hardcode /opt/local/include for Apple.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'lua')
-rw-r--r--lua/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/CMakeLists.txt b/lua/CMakeLists.txt
index 04abe0c..10c6dc1 100644
--- a/lua/CMakeLists.txt
+++ b/lua/CMakeLists.txt
@@ -19,7 +19,6 @@ ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -I.. ${LUA_CFLAGS})
LINK_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/..)
IF(APPLE)
- ADD_DEFINITIONS(-I/opt/local/include)
SET(CMAKE_SHARED_MODULE_CREATE_C_FLAGS "${CMAKE_SHARED_MODULE_CREATE_C_FLAGS} -undefined dynamic_lookup")
ENDIF(APPLE)