Skip to content

Commit 4d15f4a

Browse files
committed
test
1 parent e6c8a73 commit 4d15f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/libvpx.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ index d1d89aa69..155c43c54 100644
185185
ASFLAGS = ${ASFLAGS}
186186
extralibs = ${extralibs}
187187
diff --git a/build/make/gen_msvs_sln.sh b/build/make/gen_msvs_sln.sh
188-
index 0b312850f..d32a5b031 100755
188+
index 0b312850f..9fbb7a6f9 100755
189189
--- a/build/make/gen_msvs_sln.sh
190190
+++ b/build/make/gen_msvs_sln.sh
191191
@@ -70,7 +70,9 @@ parse_project() {
@@ -204,7 +204,7 @@ index 0b312850f..d32a5b031 100755
204204
$nows_sln_config: $outfile
205205
${TAB}\$(MSBUILD_TOOL) $outfile -m -t:Build \\
206206
-${TAB}${TAB}-p:Configuration="$config" -p:Platform="$platform"
207-
+${TAB}${TAB}-p:Configuration="$config" -p:Platform="$platform" /p:WindowsTargetPlatformVersion="$SDK_VER"
207+
+${TAB}${TAB}-p:Configuration="$config" -p:Platform="$platform" -p:WindowsTargetPlatformVersion="$SDK_VER"
208208
else
209209
$nows_sln_config: $outfile .nodevenv.once
210210
${TAB}@echo " * Skipping build of $sln_config (\$(MSBUILD_TOOL) not in path)."

0 commit comments

Comments
 (0)