From c97ee9d0ba48ac615caa9f239436645bc2e0af5a Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 4 Sep 2019 00:29:47 +0800 Subject: remove check platform/os --- xmake/core/sandbox/modules/import/core/platform/platform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/core/sandbox/modules/import/core/platform/platform.lua b/xmake/core/sandbox/modules/import/core/platform/platform.lua index 5655dd006..7778c5ca1 100644 --- a/xmake/core/sandbox/modules/import/core/platform/platform.lua +++ b/xmake/core/sandbox/modules/import/core/platform/platform.lua @@ -37,7 +37,7 @@ end -- get the platform os function sandbox_core_platform.os() - return assert(platform.os()) + return platform.os() end -- get the all platforms -- cgit v1.3.1