Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
fontconfig
fontconfig
Commits
57103773
Commit
57103773
authored
Feb 01, 2018
by
Olivier Crête
👻
Committed by
Akira TAGOH
Feb 01, 2018
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cross-compilation by passing CPPFLAGS to CPP
parent
ef748b39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Makefile.am
src/Makefile.am
+1
-1
No files found.
src/Makefile.am
View file @
57103773
...
...
@@ -108,7 +108,7 @@ fcobjshash.gperf: Makefile stamp-fcobjshash.gperf
@
$(MAKE)
stamp-fcobjshash.gperf
@
touch
-r
stamp-fcobjshash.gperf
$@
stamp-fcobjshash.gperf
:
fcobjshash.gperf.h fcobjs.h
$(AM_V_GEN)
$(CPP)
-I
$(top_srcdir)
$<
|
\
$(AM_V_GEN)
$(CPP)
-I
$(top_srcdir)
$(CPPFLAGS)
$<
|
\
$(SED)
's/^ *//;s/ *, */,/'
|
\
$(GREP)
'^[^#]'
|
\
awk
' \
...
...
Tim-Philipp Müller
🐠
@tpm
mentioned in merge request
!165 (merged)
·
Jan 17, 2021
mentioned in merge request
!165 (merged)
mentioned in merge request !165
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment