Skip to content

Commit

Permalink
pass in other lib paths
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jun 10, 2024
1 parent 65079ef commit 2e4cdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ elif platform == "win32":
LINKFLAGS=['/SUBSYSTEM:WINDOWS','/ENTRY:mainCRTStartup',f'/MACHINE:X{env["bits"]}'],
CXXFLAGS=['/EHsc','/MD','/FIglobal.hpp'],
CPPPATH=include_paths,
LIBPATH=[path.join(vcpkg_installed, 'lib')],
LIBPATH=[path.join(vcpkg_installed, 'lib')] + vcpkg_other_libs,
LIBS=Split("""
kernel32
user32
Expand Down

0 comments on commit 2e4cdf0

Please sign in to comment.