diff options
| author | ruki <[email protected]> | 2015-06-15 14:41:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-15 14:41:00 +0800 |
| commit | 351b402b8d0f5ee48097742c7b59a53054dd10ef (patch) | |
| tree | edf2696bd2a1035eaa113f124344ca0e6d5a9a65 /xmake/scripts/platform/linux/linux.lua | |
| parent | 2ff2b14ec02d4d2ec77d26213412c1b82473bf8d (diff) | |
add os name
Diffstat (limited to 'xmake/scripts/platform/linux/linux.lua')
| -rw-r--r-- | xmake/scripts/platform/linux/linux.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/scripts/platform/linux/linux.lua b/xmake/scripts/platform/linux/linux.lua index 9ce5f447e..82b934ee4 100644 --- a/xmake/scripts/platform/linux/linux.lua +++ b/xmake/scripts/platform/linux/linux.lua @@ -29,6 +29,9 @@ local config = require("base/config") -- init host linux._HOST = "linux" +-- init os +linux._OS = "linux" + -- init architectures linux._ARCHS = {"i386", "x86_64"} |
