Skip to content

Commit 6ca84be

Browse files
committed
Update Android CMake flags to include shared linker options
1 parent 6bf2398 commit 6ca84be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
repo-tag: "6.0"
1212
cmake-flags: "-DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF"
1313
cmake-flags-windows: "-DCMAKE_SYSTEM_VERSION=10.0.26100.0"
14-
cmake-flags-android: "-DPLATFORM=Android"
14+
cmake-flags-android: "-DPLATFORM=Android -DCMAKE_SHARED_LINKER_FLAGS=-Wl,--allow-undefined"
1515
linux-deps: "build-essential cmake libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev libwayland-dev libxkbcommon-dev"
1616
ndk-version: "26.3.11579264"
1717
bin-name-osx: "raylib/libraylib.dylib"

0 commit comments

Comments
 (0)