Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
neheb committed Nov 16, 2023
1 parent 4732ada commit 9f82f71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/on_PR_meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,15 @@ jobs:
with:
platform: ${{matrix.platform}}
packages: :>
ca-certificates
cmake
gcc-g++
meson
ninja
pkg-config
python3
python3-certifi
python3-requests
libiconv-devel
- name: Compile and Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(
default_options: ['warning_level=0', 'cpp_std=c++17'],
)

cargs = []
cargs = ['-D_GNU_SOURCE']
cpp = meson.get_compiler('cpp')
if host_machine.system() == 'windows' and get_option('default_library') != 'static'
cargs += '-DEXIV2API=__declspec(dllexport)'
Expand Down

0 comments on commit 9f82f71

Please sign in to comment.