Skip to content

Commit d382f79

Browse files
committed
...
1 parent f94bb85 commit d382f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/xmake/engine.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ static tb_void_t xm_engine_init_host(xm_engine_t* engine)
961961

962962
// init system host
963963
tb_char_t const* syshost = tb_null;
964-
#if defined(__COSMOPOLITAN__)
964+
#if 0//defined(__COSMOPOLITAN__)
965965
struct utsname buffer;
966966
if (uname(&buffer) == 0)
967967
{

0 commit comments

Comments
 (0)