Skip to content

Commit e27a724

Browse files
committed
Update bmakecommon.mpt
1 parent a333d26 commit e27a724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/bmakecommon.mpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ lib_ext = .lib
9696
common_defines = WIN32 _WINDOWS WIN64
9797
common_flags =
9898
obj_ext = .o
99-
linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\" -L\"$(BDS)\x86_64-w64-mingw32\lib\"
99+
linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\" -L\"$(BDS)\x86_64-w64-mingw32\lib\" -L\"$(BDS)\lib\clang\15.0.7\lib\windows\"
100100
startup_bits = 64
101101
ccflags = -q
102102
link = ld.lld
103-
common_libs = ws2_32$(LIB_EXT) -lmoldname -lucrt -lmingw32 -lmingwex -l"c++" -lunwind -lmingwthrd -l:import64$(LIB_EXT)
103+
common_libs = dllcrt2.o crtbegin.o ws2_32$(LIB_EXT) -lmoldname -lucrt -lmingw32 -lmingwex -l"c++" -lunwind -lmingwthrd -l:import64$(LIB_EXT) dllcrt2.o crtbegin.o libclang_rt.builtins-x86_64.a
104104
tlib = tlib64
105105
dllflags = -m i386pep -shared --Bstatic --enable-auto-image-base
106106
object_search_path = 0

0 commit comments

Comments
 (0)