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