mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-29 13:41:51 +00:00
Install normal llvm
This commit is contained in:
parent
22ac0f30c7
commit
70e7d2bc19
2 changed files with 2 additions and 1 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ninja-build libsdl2-dev libgtk-3-dev lld llvm-15 clang-15
|
||||
sudo apt-get install -y ninja-build libsdl2-dev libgtk-3-dev lld llvm clang-15
|
||||
|
||||
# Install SDL2
|
||||
echo ::group::install SDL2
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ target_compile_options(RecompiledFuncs PRIVATE
|
|||
-fno-strict-aliasing
|
||||
-Wno-implicit-declarations
|
||||
-Wno-implicit-function-declaration
|
||||
-Wunknown-warning-option
|
||||
)
|
||||
|
||||
target_include_directories(RecompiledFuncs PRIVATE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue