mirror of https://github.com/ClassiCube/ClassiCube
Try to fix the Android build
This commit is contained in:
parent
a7705d16e5
commit
73397d3714
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue