mirror of https://github.com/ppy/SDL3-CS.git
Merge pull request #278 from Kenji-NX/linux-build
Add missing Linux libraries to build.sh
This commit is contained in:
commit
8918d10ef5
|
|
@ -81,7 +81,9 @@ if [[ $BUILD_PLATFORM != 'Android' ]]; then
|
|||
libgbm-dev$TARGET_APT_ARCH \
|
||||
libpulse-dev$TARGET_APT_ARCH \
|
||||
libpipewire-0.3-dev$TARGET_APT_ARCH \
|
||||
libdecor-0-dev$TARGET_APT_ARCH
|
||||
libdecor-0-dev$TARGET_APT_ARCH \
|
||||
libjack-dev$TARGET_APT_ARCH \
|
||||
libusb-1.0-0-dev$TARGET_APT_ARCH
|
||||
fi
|
||||
else
|
||||
if [[ -z $ANDROID_HOME || -z $NDK_VER || -z $ANDROID_ABI ]]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue