Skip to content

Commit

Permalink
CI: Override httplib cppstd
Browse files Browse the repository at this point in the history
  • Loading branch information
talisein committed Jul 12, 2024
1 parent c05664d commit 7769240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- if: ${{ matrix.flavor == 'windows' }}
name: Configure Windows Latest
run: |
meson setup --warnlevel 3 --buildtype release -Dcpp_std=vc++latest --default-library static -Dcpp_eh=a -Dlibxml2:warning_level=0 -Dminiz:warning_level=0 -Dlibjpeg-turbo:warning_level=0 -Dcpp-httplib:cpp-httplib_openssl=disabled -Dlibxmlpp:build-tests=false -Dlibxml2:python=disabled -Dlibxml2:iconv=disabled --force-fallback-for libpng build
meson setup --warnlevel 3 --buildtype release -Dcpp_std=vc++latest --default-library static -Dcpp_eh=a -Dlibxml2:warning_level=0 -Dminiz:warning_level=0 -Dlibjpeg-turbo:warning_level=0 -Dcpp-httplib:cpp-httplib_openssl=disabled -Dcpp-httplib:cpp_std=vc++latest -Dlibxmlpp:build-tests=false -Dlibxml2:python=disabled -Dlibxml2:iconv=disabled --force-fallback-for libpng build
- name: Compile
run: ninja -C build
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('dregarnuhr', ['c', 'cpp'],
license : 'GPLv3+',
version : '1.5.10.0',
default_options : ['c_std=c17',
default_options : ['c_std=gnu17,c17',
'cpp_std=c++23',
'buildtype=release',
'default_library=static',
Expand Down

0 comments on commit 7769240

Please sign in to comment.