Skip to content

Commit

Permalink
Merge pull request zeromq#1244 from sappo/master
Browse files Browse the repository at this point in the history
Problem: Dependency headers are converted to lowercase
  • Loading branch information
bluca authored Apr 6, 2020
2 parents 96c2103 + a56fcfa commit e969adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zproject_class.gsl
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ $(project.GENERATED_WARNING_HEADER:)
.# TODO: Fix up GSL to only reference same macro once (e.g. if variants are
.# defined for OS packages named vastly different in various distros, like lua)
#if defined (HAVE_$(USE.AM_LIB_MACRO))
#include <$(use.header)>
#include <$(use.header:)>
#endif
. else
#include <$(use.header)>
#include <$(use.header:)>
. endif
.endfor

Expand Down

0 comments on commit e969adf

Please sign in to comment.