File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ index d1d89aa69..155c43c54 100644
185185 ASFLAGS = ${ASFLAGS}
186186 extralibs = ${extralibs}
187187diff --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)."
You can’t perform that action at this time.
0 commit comments