Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9ee351fc
Commit
9ee351fc
authored
Nov 14, 2016
by
Steve Dower
Browse files
Options
Browse Files
Download
Plain Diff
Issue #28573: Fixes issue with nested if blocks
parents
7ed23984
de40e121
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Tools/msi/buildrelease.bat
Tools/msi/buildrelease.bat
+6
-6
No files found.
Tools/msi/buildrelease.bat
View file @
9ee351fc
...
...
@@ -139,13 +139,13 @@ if not "%CERTNAME%" EQU "" (
)
else
(
set
CERTOPTS
=
)
if
not
"
%PGO%
"
EQU
""
(
set
PGOOPTS
=-
-pgo-job
"
%PGO%
"
)
else
(
set
PGOOPTS
=
)
if
not
"
%SKIPBUILD%
"
EQU
"1"
(
if
"
%PGO%
"
EQU
""
(
set
PGOOPTS
=
)
else
(
set
PGOOPTS
=-
-pgo
-
-pgojob
"
%PGO%
"
)
@echo
call
"
%PCBUILD%
build.bat"
-e -p
%BUILD_PLAT%
-t
%TARGET%
%CERTOPTS%
%PGOOPTS%
@call
"
%PCBUILD%
build.bat"
-e -p
%BUILD_PLAT%
-t
%TARGET%
%CERTOPTS%
%PGOOPTS%
@if
errorlevel
1
exit
/B
@rem
build
.bat
turns
echo
back
on
,
so
we
disable
it
again
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment