Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
graphicsframework
Commits
aae8ed8b
Commit
aae8ed8b
authored
Sep 03, 2008
by
Oliver Bock
Browse files
Minor fix (wrong config script name)
parent
525fc347
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
aae8ed8b
...
...
@@ -323,8 +323,8 @@ build_generic_win32()
echo
"Building libxml2 (this may take a while)..."
|
tee
-a
$LOGFILE
cd
$ROOT
/3rdparty/libxml2
||
failure
chmod
+x configure
>>
$LOGFILE
2>&1
||
failure
if
[
-f
"
$PREFIX
/
$TARGET_HOST
/bin/
$TARGET_HOST
-
libxml-2.0
-config"
]
;
then
LIBXML2_CONFIG
=
"
$PREFIX
/
$TARGET_HOST
/bin/
$TARGET_HOST
-
libxml-2.0
-config"
if
[
-f
"
$PREFIX
/
$TARGET_HOST
/bin/
$TARGET_HOST
-
xml2
-config"
]
;
then
LIBXML2_CONFIG
=
"
$PREFIX
/
$TARGET_HOST
/bin/
$TARGET_HOST
-
xml2
-config"
export
LIBXML2_CONFIG
echo
"Cross-compile LIBXML2_CONFIG:
$LIBXML2_CONFIG
"
>>
$LOGFILE
fi
...
...
Write
Preview
Supports
Markdown
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