diff options
author | Felix Fietkau <nbd@nbd.name> | 2020-01-31 18:02:08 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2020-01-31 18:02:10 +0100 |
commit | ed21cbf109a44ce9b7ee6d9492c721b8bd896bb8 (patch) | |
tree | f2970feb9f1fc95a1c71252a97e5be9bf5835437 /lang/luaposix/scripts/uname | |
parent | be3bcda92af173d46f24f51e6bc2aaaa4e78324a (diff) |
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>
Diffstat (limited to 'lang/luaposix/scripts/uname')
-rwxr-xr-x | lang/luaposix/scripts/uname | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/luaposix/scripts/uname b/lang/luaposix/scripts/uname new file mode 100755 index 000000000..787b647f4 --- /dev/null +++ b/lang/luaposix/scripts/uname @@ -0,0 +1,2 @@ +#!/bin/sh +echo Linux |