Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Albert Gräf
Gem
Commits
982ea32b
Commit
982ea32b
authored
Feb 07, 2019
by
IOhannes m zmölnig
Browse files
[ci] disable ftgl on travis-ci/OSX
parent
f3be46d2
Changes
1
Show whitespace changes
Inline
Side-by-side
.git-ci/travis-ci/configure.sh
View file @
982ea32b
...
@@ -25,7 +25,7 @@ case "$TRAVIS_OS_NAME" in
...
@@ -25,7 +25,7 @@ case "$TRAVIS_OS_NAME" in
#CONFIGUREFLAGS="--without-ftgl"
#CONFIGUREFLAGS="--without-ftgl"
;;
;;
osx
)
osx
)
CONFIGUREFLAGS
=
""
CONFIGUREFLAGS
=
"
--without-ftgl
"
if
[
"x
${
ARCH
}
"
!=
"x"
]
;
then
if
[
"x
${
ARCH
}
"
!=
"x"
]
;
then
CONFIGUREFLAGS+
=
" --enable-fat-binary=
${
ARCH
}
"
CONFIGUREFLAGS+
=
" --enable-fat-binary=
${
ARCH
}
"
fi
fi
...
...
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