Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
emscripten 3.1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Sep 11, 2024
1 parent 6f919bf commit 5733f60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-24.04
env:
EMSCRIPTEN_VERSION: '3.1.64'
EMSCRIPTEN_VERSION: '3.1.66'
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion librime
17 changes: 2 additions & 15 deletions patches/libxkbcommon.patch
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
diff --git a/meson.build b/meson.build
index 2de4ee9..1a42dcc 100644
index 2de4ee9..ad45e02 100644
--- a/meson.build
+++ b/meson.build
@@ -94,12 +94,6 @@ endif
if cc.links('int main(){if(__builtin_expect(1<0,0)){}}', name: '__builtin_expect')
configh_data.set('HAVE___BUILTIN_EXPECT', 1)
endif
-if cc.has_header_symbol('unistd.h', 'eaccess', prefix: system_ext_define)
- configh_data.set('HAVE_EACCESS', 1)
-endif
-if cc.has_header_symbol('unistd.h', 'euidaccess', prefix: system_ext_define)
- configh_data.set('HAVE_EUIDACCESS', 1)
-endif
if cc.has_header_symbol('sys/mman.h', 'mmap')
configh_data.set('HAVE_MMAP', 1)
endif
@@ -600,281 +594,6 @@ configure_file(input: 'test/xkeyboard-config-test.py.in',
@@ -600,281 +600,6 @@ configure_file(input: 'test/xkeyboard-config-test.py.in',
output: 'xkeyboard-config-test',
configuration: xkct_config)

Expand Down

0 comments on commit 5733f60

Please sign in to comment.