summaryrefslogtreecommitdiff
path: root/examples.mk
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2021-03-03 14:46:48 -0800
committerJerome Jiang <jianj@google.com>2021-03-03 20:20:49 -0800
commit2570e33eceb7c489851e689a07473d1889206059 (patch)
treee4923050d308d3f6dc4c22d1ccddddeaf60966a9 /examples.mk
parentebefb90b75f07ea5ab06d6b2a5ea5355c843d266 (diff)
downloadlibvpx-2570e33eceb7c489851e689a07473d1889206059.tar
libvpx-2570e33eceb7c489851e689a07473d1889206059.tar.gz
libvpx-2570e33eceb7c489851e689a07473d1889206059.tar.bz2
libvpx-2570e33eceb7c489851e689a07473d1889206059.zip
override assembler with --as option on msvs
Bug: webm:1709 Change-Id: I962a64c00042fe95cc1cd845b187f71ad6cfd1b7
Diffstat (limited to 'examples.mk')
-rw-r--r--examples.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples.mk b/examples.mk
index a28e52935..42886f1e1 100644
--- a/examples.mk
+++ b/examples.mk
@@ -376,6 +376,7 @@ $(1): $($(1:.$(VCPROJ_SFX)=).SRCS) vpx.$(VCPROJ_SFX)
--ver=$$(CONFIG_VS_VERSION)\
--proj-guid=$$($$(@:.$(VCPROJ_SFX)=).GUID)\
--src-path-bare="$(SRC_PATH_BARE)" \
+ --as=$$(AS) \
$$(if $$(CONFIG_STATIC_MSVCRT),--static-crt) \
--out=$$@ $$(INTERNAL_CFLAGS) $$(CFLAGS) \
$$(INTERNAL_LDFLAGS) $$(LDFLAGS) -l$$(CODEC_LIB) $$^