Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Mar 17, 2024
1 parent 9bf5a9a commit ef76c91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master (unreleased)

### New features

* [#4843](https://github.com/xmake-io/xmake/issues/4843): Endianness/Byte-order detection on build machine

### Changes

* [#4798](https://github.com/xmake-io/xmake/issues/4798): Improve wasi sdk detect
Expand Down Expand Up @@ -1757,6 +1761,10 @@

## master (开发中)

### 新特性

* [#4843](https://github.com/xmake-io/xmake/issues/4843): 添加 check_bigendian 接口实现大小端探测

### 改进

* [#4798](https://github.com/xmake-io/xmake/issues/4798): 改进 wasi sdk 检测
Expand Down
2 changes: 1 addition & 1 deletion xmake/includes/check/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
-- @file xmake.lua
--

includes("@builtin/check/check_bigendian.lua")
includes("@builtin/check/check_cflags.lua")
includes("@builtin/check/check_cfuncs.lua")
includes("@builtin/check/check_cincludes.lua")
Expand All @@ -34,3 +33,4 @@ includes("@builtin/check/check_links.lua")
includes("@builtin/check/check_macros.lua")
includes("@builtin/check/check_syslinks.lua")
includes("@builtin/check/check_sizeof.lua")
includes("@builtin/check/check_bigendian.lua")

0 comments on commit ef76c91

Please sign in to comment.