Skip to content

Commit

Permalink
Update bmakecommon.mpt
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Apr 26, 2024
1 parent 064e8e2 commit 05b3c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bmakecommon.mpt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\" -L\
startup_bits = 64
ccflags = -q
link = ld.lld
common_libs = crtbegin.o libws2_32.a libiphlpapi.a -lmoldname -lucrt -lmingw32 -lmingwex -l\"c++\" -lunwind -lmingwthrd -l:import64$(LIB_EXT) libclang_rt.builtins-x86_64.a
common_libs = crtbegin.o -lws2_32 -liphlpapi -lmoldname -lucrt -lmingw32 -lmingwex -l\"c++\" -lunwind -lmingwthrd -l:import64$(LIB_EXT) -lclang_rt.builtins-x86_64
dll_libs = dllcrt2.o
exe_libs = crt2.o
tlib = tlib64
Expand Down

0 comments on commit 05b3c67

Please sign in to comment.