From e3abaffc928070d1b015f56d334ea912f30fa2f4 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 17 Jul 2024 15:50:01 -0600 Subject: [PATCH] Try without vcpkg libpaths --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 8616ec1d..da90ddd6 100644 --- a/SConstruct +++ b/SConstruct @@ -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