Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Aug 21, 2024
1 parent 4062115 commit 0ae8d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PKG_LIBS=-lws2_32
PKG_CXXFLAGS += -O3
PKG_CPPFLAGS += -I. -IANN -DWIN32 -DDLL_EXPORTS -DANN_NO_RANDOM -DRANN
PKG_CPPFLAGS += -I. -Ivendor/ann -DWIN32 -DDLL_EXPORTS -DANN_NO_RANDOM -DRANN

0 comments on commit 0ae8d61

Please sign in to comment.