Skip to content

Commit

Permalink
Problem: Dependency headers are converted to lowercase
Browse files Browse the repository at this point in the history
Solution: Keep them as defined in the known projects or user defined
use's.
  • Loading branch information
sappo committed Apr 6, 2020
1 parent 96c2103 commit a56fcfa
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 a56fcfa

Please sign in to comment.