mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:29:01 +08:00
c805a5311a
* Avoid race in x264 install step * Drop pointless port pthread dependency * Update homepage and license * Revise portfile * Add 'tool' feature * Add clang-cl patch * Pass compiler and cross-build prefix * Update to r3095, follow pc file versioning * Add feature 'asm', enable it for arm64-windows * Update versions Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Billy O'Neal <bion@microsoft.com>
11 lines
225 B
Diff
11 lines
225 B
Diff
diff --git a/configure b/configure
|
|
index c987491..f29c3c1 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -1,4 +1,5 @@
|
|
#!/bin/bash
|
|
+test "${AS:-:}" = ":" && unset AS
|
|
|
|
if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
|
|
cat <<EOF
|