Try to fix the Android build

This commit is contained in:
UnknownShadow200 2025-07-03 22:43:50 +10:00
parent a7705d16e5
commit 73397d3714
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
shell: bash
id: compile
env:
COMMON_FLAGS: "-O1 -s -fno-stack-protector -fno-math-errno -Qn -Werror"
COMMON_FLAGS: "-O1 -s -fno-stack-protector -fno-math-errno -Qn -Werror -Ithird_party/bearssl/inc"
DROID_FLAGS: "-fPIC -shared -fvisibility=hidden -rdynamic -funwind-tables"
LIBS: "-lGLESv2 -lEGL -lm -landroid -llog"
SRCS: "src/*.c third_party/bearssl/src/*.c"

View File

@ -12,6 +12,7 @@
* Hemsindor - testing ClassicalSharp on macOS.
* headshotnoby - developing the Switch port.
* Beyond_5D - identifying many differences from original Classic
* shinovon - developing the Symbian port.
And a big thanks to everyone else in the ClassiCube community (who I didn't mention here),
who in the past have provided many suggestions and assisted in identifying bugs.