Skip to content

Commit 0f47128

Browse files
authored
Merge pull request DOCGroup#190 from jwillemsen/jwi-emblink
Correct linker
2 parents 37014b8 + d3a011b commit 0f47128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bmakecommon.mpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ common_flags =
8787
obj_ext = .o
8888
linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\"
8989
startup_bits = 64
90-
link = ilink64
90+
link = bcc64x
9191
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
9292
tlib = tlib64
9393
ccflags =

0 commit comments

Comments
 (0)