Try without vcpkg libpaths

This commit is contained in:
2024-07-17 15:50:01 -06:00
parent ea74fea314
commit e3abaffc92

View File

@@ -208,7 +208,7 @@ elif platform == "win32":
LINKFLAGS=['/SUBSYSTEM:WINDOWS','/ENTRY:mainCRTStartup',f'/MACHINE:X{arch_short}'],
CXXFLAGS=['/EHsc','/MD','/FIglobal.hpp'],
CPPPATH=include_paths,
LIBPATH=[path.join(vcpkg_installed, 'lib')] + vcpkg_other_libs + vcpkg_other_bins,
LIBPATH=[]
LIBS=Split("""
kernel32
user32