mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:33:17 +02:00
* fix the windows unit import problem by forcing smart linking for win32
This commit is contained in:
parent
b6f46c2598
commit
b5ac159ce9
File diff suppressed because it is too large
Load Diff
@ -100,6 +100,8 @@ ifeq ($(OS_TARGET),win32)
|
|||||||
ifdef CMP
|
ifdef CMP
|
||||||
override DIFF:=$(CMP) -i138
|
override DIFF:=$(CMP) -i138
|
||||||
endif
|
endif
|
||||||
|
# force try to smartlink for windows unit
|
||||||
|
override COMPILER+=-XX
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Used to avoid unnecessary steps in remake3
|
# Used to avoid unnecessary steps in remake3
|
||||||
|
Loading…
Reference in New Issue
Block a user