Skip to content
  1. Jul 04, 2020
  2. Jul 03, 2020
  3. Jul 02, 2020
  4. Jul 01, 2020
  5. Jun 30, 2020
  6. Jun 29, 2020
    • Jan Beich's avatar
      cmake: depend on WebEngine with system Qt · dda90ce1
      Jan Beich authored
      CMake Error at src/yuzu/CMakeLists.txt:7 (add_executable):
        Target "yuzu" links to target "Qt5::WebEngineCore" but the target was not
        found.  Perhaps a find_package() call is missing for an IMPORTED target, or
        an ALIAS target is missing?
      dda90ce1
    • Jan Beich's avatar
      common: add sysconf() fallback · e6085ea3
      Jan Beich authored
      src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found
       #include <sys/sysinfo.h>
                ^~~~~~~~~~~~~~~
      e6085ea3
    • Morph's avatar
      10eca7f6
    • John Galt's avatar
      cmake: fix fmt linking · 765e37aa
      John Galt authored
      On gcc/ld, and clang/lld, fmt::v6 symbols are excluded, so linking
      fails. This fixes the issue.
      
      Note: This was included in the FindBoost changes I shared with
      BlinkHawk, however only they were merged. I'm not sure if it was missed,
      or if there was an issue with this part of the change.
      765e37aa
Loading