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 2635642 commit 102bf64Copy full SHA for 102bf64
tools/msvs/find_nasm.cmd
@@ -17,6 +17,7 @@ exit /b 1
17
18
:find-nasm
19
set p=%~1
20
+:: Remove the last nine characters, which are "\nasm.exe"
21
set p=%p:~0,-9%
22
set "Path=%Path%;%p%"
23
set p=
0 commit comments