We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b263e commit 068189dCopy full SHA for 068189d
lib/bootstrap.xml
@@ -391,10 +391,10 @@ ant stopcc Stop local Command Central server
391
</target>
392
393
<target name="_unzip-installer" if="unzip.file">
394
- <echo>Unzipping file ${installer.dir}\${installer}.${file.extension} into ${install.dir} ... </echo>
+ <echo>Unzipping file ${installer.dir}\${installer}.${file.extension} into ${installer.dir} ... </echo>
395
<unzip src="${installer.dir}/${installer}.${file.extension}" dest="${installer.dir}" />
396
397
- <fileset id="win.installers.fileset" dir="${install.dir}" includes="**/*">
+ <fileset id="win.installers.fileset" dir="${installer.dir}" includes="**/*">
398
<filename name="cc-*-w64.bat" />
399
</fileset>
400
0 commit comments