Skip to content
Snippets Groups Projects
Commit e90aafcc authored by Point Gerald's avatar Point Gerald
Browse files

fix CPPFLAGS setting

parent b9a34969
No related branches found
Tags omega-plugin-1-2
No related merge requests found
......@@ -44,7 +44,7 @@ PKG_CHECK_MODULES([GENEPI],[genepi >= 3.1])
CPPFLAGS="${CPPFLAGS} ${GENEPI_CFLAGS}"
LDFLAGS="${LDFLAGS} ${GENEPI_LIBS}"
for inc in `${PKG_CONFIG} --cflags-only-I genepi` ${CPPFLAGS} ${CXXFLAGS}; do
for inc in `${PKG_CONFIG} --cflags-only-I genepi` ${CPPFLAGS}; do
CPPFLAGS="${CPPFLAGS} ${inc}/omega"
done
CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment