Skip to content

Commit

Permalink
Downgrade glslang version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyChiang committed Mar 26, 2024
1 parent 247e7fe commit 2da16c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
shell: msys2 {0}
run: |
pacman -S --noconfirm mingw-w64-x86_64-{gcc,pkg-config,meson,python-mako,vulkan-devel,libplacebo,rust,cargo-c}
pacman -U --noconfirm https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-glslang-13.1.1-1-any.pkg.tar.zst
- name: Build release
shell: msys2 {0}
Expand Down
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('vs-placebo', ['c', 'cpp'],
default_options: ['buildtype=release', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++11'],
default_options: ['buildtype=release', 'b_ndebug=if-release', 'c_std=c99', 'cpp_std=c++11'],
meson_version: '>=0.51.0',
version: '1.4.4'
)
Expand All @@ -11,6 +11,7 @@ if win32
endif

libplacebo_default_options = [
'cpp_std=c++17',
'default_library=static',
'vulkan=enabled',
'opengl=disabled',
Expand Down
2 changes: 1 addition & 1 deletion subprojects/libplacebo
Submodule libplacebo updated 139 files

0 comments on commit 2da16c6

Please sign in to comment.