Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
9cc15c7d
Commit
9cc15c7d
authored
Aug 15, 2018
by
Matthew Brett
Browse files
Fix goof in include flags
Thanks to Sean Gillies for the spot. Closes gh-192.
parent
0000d291
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure_build.sh
configure_build.sh
+1
-1
No files found.
configure_build.sh
View file @
9cc15c7d
...
@@ -35,6 +35,6 @@ else
...
@@ -35,6 +35,6 @@ else
fi
fi
# Promote BUILD_PREFIX on search path to any newly built libs
# Promote BUILD_PREFIX on search path to any newly built libs
export
CPPFLAGS
=
"-
L
$BUILD_PREFIX
/include
$CPPFLAGS
"
export
CPPFLAGS
=
"-
I
$BUILD_PREFIX
/include
$CPPFLAGS
"
export
LIBRARY_PATH
=
"
$BUILD_PREFIX
/lib:
$LIBRARY_PATH
"
export
LIBRARY_PATH
=
"
$BUILD_PREFIX
/lib:
$LIBRARY_PATH
"
export
PKG_CONFIG_PATH
=
"
$BUILD_PREFIX
/lib/pkgconfig/:
$PKG_CONFIG_PATH
"
export
PKG_CONFIG_PATH
=
"
$BUILD_PREFIX
/lib/pkgconfig/:
$PKG_CONFIG_PATH
"
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