Skip to content

Commit

Permalink
bugfix: Android build fails on Windows (issue #38)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 14, 2025
1 parent a4719f6 commit c124862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $(N)/v-hacd/public

LOCAL_CFLAGS := -std=c++11 -Wno-single-bit-bitfield-constant-conversion
LOCAL_MODULE := bulletjme
LOCAL_SHORT_COMMANDS := true

LOCAL_SRC_FILES := \
$(N)/bullet3/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp \
Expand Down

0 comments on commit c124862

Please sign in to comment.