Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly test for libproc.h #1916

Merged
merged 1 commit into from
Sep 20, 2021
Merged

Explicitly test for libproc.h #1916

merged 1 commit into from
Sep 20, 2021

Conversation

evanmiller
Copy link
Contributor

This change adds support for ancient macOS lacking libproc. It also eliminates a bug where exiv2 could not be built on case-sensitive file systems (the header file is properly TargetConditionals.h, not Targetconditionals.h).

This change adds support for ancient macOS lacking libproc. It also
eliminates a bug where exiv2 could not be built on case-sensitive
file systems (the header file is properly TargetConditionals.h).
@codecov
Copy link

codecov bot commented Sep 20, 2021

Codecov Report

Merging #1916 (923c918) into main (d92b0a6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1916   +/-   ##
=======================================
  Coverage   60.87%   60.87%           
=======================================
  Files          96       96           
  Lines       19043    19043           
  Branches     9727     9727           
=======================================
  Hits        11593    11593           
  Misses       5138     5138           
  Partials     2312     2312           
Impacted Files Coverage Δ
src/futils.cpp 72.06% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d92b0a6...923c918. Read the comment docs.

@kmilos
Copy link
Collaborator

kmilos commented Sep 20, 2021

Thanks

@kmilos kmilos merged commit 04f4624 into Exiv2:main Sep 20, 2021
@kmilos kmilos added this to the v1.00 milestone Sep 20, 2021
@kmilos kmilos added the build label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants