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
BC
public
external
libvpx
Commits
add0587f
Commit
add0587f
authored
Jan 17, 2017
by
Johann Koenig
Committed by
Gerrit Code Review
Jan 17, 2017
Browse files
Merge "Cygwin x86_64 support."
parents
a9ae3516
34be6057
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
build/make/configure.sh
build/make/configure.sh
+3
-0
No files found.
build/make/configure.sh
View file @
add0587f
...
...
@@ -728,6 +728,9 @@ process_common_toolchain() {
x86_64
*
mingw32
*
)
tgt_os
=
win64
;;
x86_64
*
cygwin
*
)
tgt_os
=
win64
;;
*
mingw32
*
|
*
cygwin
*
)
[
-z
"
$tgt_isa
"
]
&&
tgt_isa
=
x86
tgt_os
=
win32
...
...
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