We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96003bc commit 2a9c5ddCopy full SHA for 2a9c5dd
templates/bmakecommon.mpt
@@ -96,7 +96,7 @@ lib_ext = .lib
96
common_defines = WIN32 _WINDOWS WIN64
97
common_flags =
98
obj_ext = .o
99
-linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\" -L"$(BDS)\x86_64-w64-mingw32\lib"
+linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\" -L\"$(BDS)\x86_64-w64-mingw32\lib\"
100
startup_bits = 64
101
ccflags = -q
102
link = ld.lld
0 commit comments