Skip to content

Commit 00b75d2

Browse files
authored
Fix bullet wasm64 build (#24125)
Fixes: #24119
1 parent 84892a2 commit 00b75d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2535,6 +2535,7 @@ def test_libjpeg(self):
25352535
args=['screenshot.jpg'])
25362536

25372537
@requires_network
2538+
@also_with_wasm64
25382539
def test_bullet(self):
25392540
self.do_runf('test_bullet_hello_world.cpp', 'BULLET RUNNING', emcc_args=['-sUSE_BULLET'])
25402541
self.do_runf('test_bullet_hello_world.cpp', 'BULLET RUNNING', emcc_args=['--use-port=bullet'])

tools/ports/bullet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def create(final):
3939

4040
flags = [
4141
'-Wno-single-bit-bitfield-constant-conversion',
42+
'-Wno-int-to-void-pointer-cast',
4243
'-std=gnu++14'
4344
]
4445

0 commit comments

Comments
 (0)