Skip to content

Commit

Permalink
Remove unnecessary libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 13, 2024
1 parent 212700b commit 0dff7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/windows/include/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ CXXFLAGS = $(EXTRA_CXXFLAGS)
!ENDIF

# Linker section
LIBS = kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib
LIBS = kernel32.lib advapi32.lib ole32.lib shell32.lib
# Extra libs from command line or env
!IF DEFINED(EXTRA_LIBS)
LIBS = $(LIBS) $(EXTRA_LIBS)
Expand Down

0 comments on commit 0dff7e5

Please sign in to comment.