Skip to content

Commit

Permalink
Revert escaping?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 8, 2024
1 parent f886420 commit 836eb8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tbb_2020.3/build/windows.inc
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ detect_js = $(shell cmd //C "cscript //NoLogo //E:jscript $(tbb_root)/build/dete

# TODO give an error if archs doesn't match
ifndef arch
export arch:=$(call detect_js, //arch $(compiler))
export arch:=$(call detect_js, /arch $(compiler))
endif

ifndef runtime
export runtime:=$(call detect_js, //runtime $(compiler))
export runtime:=$(call detect_js, /runtime $(compiler))
endif

native_compiler := cl
Expand Down

0 comments on commit 836eb8a

Please sign in to comment.