Skip to content

Commit

Permalink
Update Makevars.win
Browse files Browse the repository at this point in the history
  • Loading branch information
msupernaw committed Nov 7, 2023
1 parent 8de5702 commit 0c97b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CXX_STD = CXX17
PKG_CXXFLAGS = -w -L/usr/lib -lboost_filesystem -lboost_system -lboost_process
PKG_LIBS= -lws2_32
PKG_CXXFLAGS = -w -D_GLIBCXX_USE_CXX11_ABI=0
PKG_LIBS= -lws2_32 -L/usr/lib -lboost_filesystem -lboost_system -lboost_process

0 comments on commit 0c97b03

Please sign in to comment.