mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
set-python-to-path.bat: fix for command for quoted filename
This commit is contained in:
committed by
Thomas Krijnen
parent
97c5126a77
commit
20c189c321
@@ -26,7 +26,7 @@ if not exist "%~dp0BuildDepsCache-%TARGET_ARCH%.txt". (
|
|||||||
echo %~dp0BuildDepsCache-%TARGET_ARCH%.txt does not exist
|
echo %~dp0BuildDepsCache-%TARGET_ARCH%.txt does not exist
|
||||||
goto :EOF
|
goto :EOF
|
||||||
)
|
)
|
||||||
for /f "delims== tokens=1,2" %%G in ("%~dp0BuildDepsCache-%TARGET_ARCH%.txt") do set %%G=%%H
|
for /f "usebackq delims== tokens=1,2" %%G in ("%~dp0BuildDepsCache-%TARGET_ARCH%.txt") do set %%G=%%H
|
||||||
if not defined PYTHONHOME (
|
if not defined PYTHONHOME (
|
||||||
echo PYTHONHOME not defined
|
echo PYTHONHOME not defined
|
||||||
goto :EOF
|
goto :EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user