We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2359893 commit 10cdb00Copy full SHA for 10cdb00
1 file changed
linux-static/2_build_toolchain.sh
@@ -67,5 +67,10 @@ install_lib_cmake $FMT_DIR $FMT_ARGS
67
install_lib $ICU_DIR/source $ICU_ARGS
68
install_lib_liblcf
69
install_lib $SDL2_DIR $SDL2_ARGS PULSEAUDIO_CFLAGS=-Ixxxdir PULSEAUDIO_LIBS=-lxxxlib
70
-install_lib_cmake $SDL3_DIR $SDL3_ARGS -DSDL_X11_XSCRNSAVER=OFF -DSDL_X11_XTEST=OFF
71
install_lib_cmake $FREEIMAGE_DIR $FREEIMAGE_ARGS
+
72
+# Ensure that SDL3 finds the system libraries
73
+# They are loaded dynamically and don't add hard dependencies
74
+unset PKG_CONFIG_PATH
75
+unset PKG_CONFIG_LIBDIR
76
+install_lib_cmake $SDL3_DIR $SDL3_ARGS -DSDL_X11_XSCRNSAVER=OFF -DSDL_X11_XTEST=OFF
0 commit comments