Skip to content

Commit

Permalink
damnit
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 23, 2023
1 parent 8930e6a commit b32fefd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/turnip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
ninja -C "build-android" install
cd ..
envsubst <android-turnip-${{matrix.arch}} >build-crossfile-turnip
export LD_LIBRARY_PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/lib/:$LD_LIBRARY_PATH
export PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
meson build-android-${{matrix.arch}} --cross-file "build-crossfile-turnip" \
-Dbuildtype=release \
--prefix=/tmp/mesa \
Expand All @@ -53,6 +51,7 @@ jobs:
-Dgallium-drivers=swrast \
-Dvulkan-drivers=swrast \
-Dllvm=enabled \
-Dllvm_config=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-config \
-Db_lto=true
ninja -C build-android-${{matrix.arch}} install
- name: Upload libraries
Expand Down

0 comments on commit b32fefd

Please sign in to comment.