Skip to content

Commit

Permalink
Escape OUTPUT_DIR in makefile (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
omer54463 committed Sep 25, 2023
1 parent cd1fd23 commit 79d09bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-driver-makefile.toml
Expand Up @@ -41,13 +41,13 @@ copy %CARGO_MAKE_CRATE_FS_NAME%.pdb package\%CARGO_MAKE_CRATE_FS_NAME%.pdb
[tasks.inf2cat]
dependencies = ["stampinf"]
script = '''
inf2cat.exe /driver:%OUTPUT_DIR%\package /os:10_NI_X64,10_VB_X64 /uselocaltime /verbose
inf2cat.exe /driver:"%OUTPUT_DIR%\package" /os:10_NI_X64,10_VB_X64 /uselocaltime /verbose
'''

[tasks.infverif]
dependencies = ["stampinf"]
script = '''
"%WDKToolRoot%\%Platform%\infverif.exe" /v /w %OUTPUT_DIR%\package\%CARGO_MAKE_CRATE_FS_NAME%.inf /msft
"%WDKToolRoot%\%Platform%\infverif.exe" /v /w "%OUTPUT_DIR%\package\%CARGO_MAKE_CRATE_FS_NAME%.inf" /msft
'''

[tasks.sign]
Expand Down

0 comments on commit 79d09bb

Please sign in to comment.