mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
change OS to HOST_OS
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5030 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8ef20671cb
commit
1cd51d9cf4
@ -19,7 +19,7 @@ PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
CFLAGS := $(HOSTCFLAGS) -O2 -I../include
|
||||
ifneq ($(OS),Linux)
|
||||
ifneq ($(HOST_OS),Linux)
|
||||
CFLAGS += -Dloff_t=off_t -D__BYTE_ORDER=BYTE_ORDER -I$(STAGING_DIR)/include-host -include getline.h -include endian.h
|
||||
endif
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/host-build.mk
|
||||
PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/sstrip
|
||||
|
||||
OS:=$(shell uname)
|
||||
ifeq ($(OS),Darwin)
|
||||
ifeq ($(HOST_OS),Darwin)
|
||||
CFLAGS += -I./include
|
||||
endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user