Skip to content

Commit 2a9c5dd

Browse files
committed
Update bmakecommon.mpt
1 parent 96003bc commit 2a9c5dd

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
@@ -96,7 +96,7 @@ 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\"
100100
startup_bits = 64
101101
ccflags = -q
102102
link = ld.lld

0 commit comments

Comments
 (0)