Skip to content

Commit

Permalink
Update configure.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
StefanStojanovic and joyeecheung authored Feb 4, 2025
1 parent 2c7125e commit 4f6bd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,9 +997,9 @@
'variable to 1 and "llvm_version" to the specified value.')
parser.add_argument('--use-ccache-win',
action='store_true',
dest='ccache_used',
dest='use_ccache_win',
default=None,
help='Ccache is used in compulation on Windows.')
help='Use ccache for compiling on Windows. ')

(options, args) = parser.parse_known_args()

Expand Down

0 comments on commit 4f6bd2f

Please sign in to comment.