[arch-commits] Commit in pcsx2/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Aug 3 20:53:55 UTC 2017


    Date: Thursday, August 3, 2017 @ 20:53:54
  Author: foutrelis
Revision: 247952

Fix multilib build

Modified:
  pcsx2/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-03 20:51:14 UTC (rev 247951)
+++ PKGBUILD	2017-08-03 20:53:54 UTC (rev 247952)
@@ -54,8 +54,11 @@
       -DPACKAGE_MODE='TRUE' \
       -DXDG_STD='TRUE'
   elif [[ $CARCH == x86_64 ]]; then
+    # TODO: Drop wxWidgets_CONFIG_EXECUTABLE once the upstream fix is released
+    # https://github.com/PCSX2/pcsx2/issues/1933
     cmake .. \
       -DCMAKE_BUILD_TYPE='Release' \
+      -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config32' \
       -DCMAKE_TOOLCHAIN_FILE='cmake/linux-compiler-i386-multilib.cmake' \
       -DCMAKE_INSTALL_PREFIX='/usr' \
       -DCMAKE_LIBRARY_PATH='/usr/lib32' \



More information about the arch-commits mailing list