File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ goto :loop ;
134134goto :loop ;
135135:witharg
136136 if " %opt% " == " --with-static-linked-ext" goto :extstatic
137+ if " %opt% " == " --with-vcpkg" goto :vcpkg
137138 if " %eq% " == " " (set " arg=%~1 " & shift)
138139 if not " %arg% " == " " (
139140 echo>> %confargs% " %opt% =%arg:$ =$$ % " \
@@ -148,7 +149,6 @@ goto :loop ;
148149 if " %opt% " == " --with-gmp-dir" goto :opt-dir
149150 if " %opt% " == " --with-gmp" goto :gmp
150151 if " %opt% " == " --with-destdir" goto :destdir
151- if " %opt% " == " --with-vcpkg" goto :vcpkg
152152goto :loop ;
153153:ntver
154154 :: - For version constants, see
@@ -212,12 +212,17 @@ goto :loop ;
212212 if not " %arg% " == " " goto :optdir-loop
213213goto :loop ;
214214:vcpkg
215+ echo %eq%
216+ if " %~1 " == " no" (set " arg=%~1 " & shift)
217+ set d =
215218 if not " %arg% " == " no" if not " %VSCMD_ARG_TGT_ARCH% " == " " (
216219 pushd %WIN32DIR:/ =\ % \..
217- call set " optdirs = %optdirs% ;%%C D:\=/%% /vcpkg_installed/%VSCMD_ARG_TGT_ARCH% -windows"
220+ set " opt = --with-opt-dir"
221+ call set " arg = %%C D:\=/%% /vcpkg_installed/%VSCMD_ARG_TGT_ARCH% -windows"
218222 popd
223+ call set " optdirs = %optdirs% ;%%a rg%% "
219224 )
220- goto :loop ;
225+ goto :loopend ;
221226:help
222227 echo Configuration:
223228 echo --help display this help
You can’t perform that action at this time.
0 commit comments