mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
+ targetdir=.
This commit is contained in:
parent
0430614855
commit
e1f8b848aa
@ -193,6 +193,9 @@ override NEEDOPT=-Sg
|
|||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
|
|
||||||
|
ifndef TARGETDIR
|
||||||
|
TARGETDIR=.
|
||||||
|
endif
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@ datadir=$(BASEINSTALLDIR)/ide
|
|||||||
|
|
||||||
[dirs]
|
[dirs]
|
||||||
fpcdir=../..
|
fpcdir=../..
|
||||||
|
targetdir=.
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
options=-Sg
|
options=-Sg
|
||||||
|
Loading…
Reference in New Issue
Block a user