diff --git a/.github/workflows/build_android.yml b/.github/workflows/build_android.yml index 47a96071c..5921f20c1 100644 --- a/.github/workflows/build_android.yml +++ b/.github/workflows/build_android.yml @@ -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" diff --git a/credits.txt b/credits.txt index 8748539aa..2db5a50e3 100644 --- a/credits.txt +++ b/credits.txt @@ -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.