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
17928517
Commit
17928517
authored
Aug 17, 2019
by
Matthew Brett
Browse files
Add BUILD_PREFIX to path as well
swig build failing because built configure script not on path.
parent
41c89a5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
configure_build.sh
configure_build.sh
+2
-0
No files found.
configure_build.sh
View file @
17928517
...
...
@@ -46,3 +46,5 @@ fi
export
CPPFLAGS
=
"-I
$BUILD_PREFIX
/include
$CPPFLAGS
"
export
LIBRARY_PATH
=
"
$BUILD_PREFIX
/lib:
$LIBRARY_PATH
"
export
PKG_CONFIG_PATH
=
"
$BUILD_PREFIX
/lib/pkgconfig/:
$PKG_CONFIG_PATH
"
# Add binary path for configure utils etc
export
PATH
=
"
$BUILD_PREFIX
/bin:
$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