File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ lib_ext = .lib
96
96
common_defines = WIN32 _WINDOWS WIN64
97
97
common_flags =
98
98
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\"
100
100
startup_bits = 64
101
101
ccflags = -q
102
102
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
104
104
tlib = tlib64
105
105
dllflags = -m i386pep -shared --Bstatic --enable-auto-image-base
106
106
object_search_path = 0
You can’t perform that action at this time.
0 commit comments