mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-08 14:56:12 -04:00
Try to fix the Android build
This commit is contained in:
parent
a7705d16e5
commit
73397d3714
2
.github/workflows/build_android.yml
vendored
2
.github/workflows/build_android.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
id: compile
|
id: compile
|
||||||
env:
|
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"
|
DROID_FLAGS: "-fPIC -shared -fvisibility=hidden -rdynamic -funwind-tables"
|
||||||
LIBS: "-lGLESv2 -lEGL -lm -landroid -llog"
|
LIBS: "-lGLESv2 -lEGL -lm -landroid -llog"
|
||||||
SRCS: "src/*.c third_party/bearssl/src/*.c"
|
SRCS: "src/*.c third_party/bearssl/src/*.c"
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
* Hemsindor - testing ClassicalSharp on macOS.
|
* Hemsindor - testing ClassicalSharp on macOS.
|
||||||
* headshotnoby - developing the Switch port.
|
* headshotnoby - developing the Switch port.
|
||||||
* Beyond_5D - identifying many differences from original Classic
|
* 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),
|
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.
|
who in the past have provided many suggestions and assisted in identifying bugs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user