mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 03:49:19 +02:00
* change $TARGET into $target in setpath.bat file
This commit is contained in:
parent
67ede1276b
commit
2bea84c06e
@ -511,7 +511,7 @@ endcfg
|
|||||||
defaultsetpath=
|
defaultsetpath=
|
||||||
@echo off
|
@echo off
|
||||||
echo Setting PATH for use with $TARGET Free Pascal compiler
|
echo Setting PATH for use with $TARGET Free Pascal compiler
|
||||||
set A=$1\bin\$TARGET;%PATH%
|
set A=$1\bin\$target;%PATH%
|
||||||
set Path=
|
set Path=
|
||||||
set PATH=%A%
|
set PATH=%A%
|
||||||
set A=
|
set A=
|
||||||
|
Loading…
Reference in New Issue
Block a user