We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f925c71 commit 21ced54Copy full SHA for 21ced54
AutoDuck/make.py
@@ -7,7 +7,9 @@
7
# *sob* - we should kill .chm file support!
8
# "hhc" is the "html help compiler" - part of some obscure SDK.
9
if not os.environ.get("HHC"):
10
- os.environ["HHC"] = os.path.expandvars(r'"%ProgramFiles(x86)%\HTML Help Workshop\hhc.exe"')
+ os.environ["HHC"] = os.path.expandvars(
11
+ r'"%ProgramFiles(x86)%\HTML Help Workshop\hhc.exe"'
12
+ )
13
14
# find nmake
15
nmake = subprocess.check_output(
0 commit comments