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 ce8f430 commit f3975f7Copy full SHA for f3975f7
templates/bmakecommon.mpt
@@ -98,7 +98,7 @@ lib_ext = .lib
98
common_defines = WIN32 _WINDOWS WIN64
99
common_flags = -Qunused-arguments
100
obj_ext = .o
101
-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\"
+linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\" -L\"$(BDS)\lib\win32\release\psdk" -L\"$(BDS)\x86_64-w64-mingw32\lib\" -L\"$(BDS)\lib\clang\15.0.7\lib\windows\"
102
startup_bits = 64
103
ccflags = -q
104
link = ld.lld
0 commit comments