Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jul 17, 2024
1 parent e3abaff commit da73d5b
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 @@ -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=[]
LIBPATH=[],
LIBS=Split("""
kernel32
user32
Expand Down

0 comments on commit da73d5b

Please # to comment.