diff options
| author | ruki <[email protected]> | 2025-04-16 22:35:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-08-28 11:35:53 +0800 |
| commit | 8bf1576c641f3b68bb43c50929cdcec8ee73ff86 (patch) | |
| tree | cecd4927e8466e076687f6b23d60f00a06023aae /core/src/xmake/xmake.sh | |
| parent | d985de5de38fb0d041f8e9182c076575603b5b4f (diff) | |
add native thread stub
Diffstat (limited to 'core/src/xmake/xmake.sh')
| -rwxr-xr-x | core/src/xmake/xmake.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/xmake.sh b/core/src/xmake/xmake.sh index 6c45b6fa0..731d1d783 100755 --- a/core/src/xmake/xmake.sh +++ b/core/src/xmake/xmake.sh @@ -72,6 +72,7 @@ target "xmake" add_files "string/*.c" add_files "tty/*.c" add_files "utils/*.c" + add_files "thread/*.c" if is_plat "mingw"; then add_files "winos/*.c" fi |
