Skip to content

Commit dac6745

Browse files
committed
test
1 parent a917538 commit dac6745

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

patches/libvpx.patch

Lines changed: 10 additions & 1 deletion
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..2328bd57e 100755
188+
index 0b312850f..ce59378ee 100755
189189
--- a/build/make/gen_msvs_sln.sh
190190
+++ b/build/make/gen_msvs_sln.sh
191191
@@ -70,7 +70,9 @@ parse_project() {
@@ -199,6 +199,15 @@ index 0b312850f..2328bd57e 100755
199199
done | sort | uniq)
200200
if [ "$config_list" != "" ] && [ "$config_list" != "$new_config_list" ]; then
201201
mixed_platforms=1
202+
@@ -190,7 +192,7 @@ ${TAB}rm -rf "$platform"/"$config"
203+
ifneq (\$(found_devenv),)
204+
$nows_sln_config: $outfile
205+
${TAB}\$(MSBUILD_TOOL) $outfile -m -t:Build \\
206+
-${TAB}${TAB}-p:Configuration="$config" -p:Platform="$platform"
207+
+${TAB}${TAB}-p:Configuration="$config" -p:Platform="$platform /p:WindowsTargetPlatformVersion=$WindowsSDKVersion"
208+
else
209+
$nows_sln_config: $outfile .nodevenv.once
210+
${TAB}@echo " * Skipping build of $sln_config (\$(MSBUILD_TOOL) not in path)."
202211
@@ -225,6 +227,8 @@ for opt in "$@"; do
203212
;;
204213
--target=*) target="${optval}"

0 commit comments

Comments
 (0)