mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
luaposix: use fake uname script to fix OS detection
Avoid picking up the host OS for detecting the build type Fixes build on macOS Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -34,6 +34,8 @@ define Package/luaposix/description
|
|||||||
to various low level libc functions.
|
to various low level libc functions.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_PATH_PKG:=$(CURDIR)/scripts:$(TARGET_PATH_PKG)
|
||||||
|
|
||||||
TARGET_CFLAGS += \
|
TARGET_CFLAGS += \
|
||||||
-I$(STAGING_DIR)/usr/include
|
-I$(STAGING_DIR)/usr/include
|
||||||
|
|
||||||
|
|||||||
Executable
+2
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
echo Linux
|
||||||
Reference in New Issue
Block a user