mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
Replace __WIN32 with __clang__ in Account.cpp and Add libpulse-dev in workflow for audio
This commit is contained in:
parent
17272e60fa
commit
7cfc4a042d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: "Install system dependencies"
|
||||
run: |
|
||||
sudo apt update -qq
|
||||
sudo apt install -y ninja-build cmake libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm
|
||||
sudo apt install -y ninja-build cmake libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm libpulse-dev
|
||||
|
||||
- name: "Bootstrap vcpkg"
|
||||
run: |
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "Cafe/IOSU/legacy/iosu_crypto.h"
|
||||
#include "Common/filestream.h"
|
||||
|
||||
#ifndef __WIN32
|
||||
#ifndef __clang__
|
||||
#include <boost/random/uniform_int.hpp>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue