Skip to content

Commit

Permalink
fix mingw32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Sep 28, 2024
1 parent 7bb1d0e commit 1522896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/packages/zeromq.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ define $(package)_set_vars
$(package)_config_opts += -DENABLE_DRAFTS=OFF -DZMQ_BUILD_TESTS=OFF
$(package)_cxxflags += -ffile-prefix-map=$($(package)_extract_dir)=/usr
$(package)_config_opts_mingw32 += -DZMQ_WIN32_WINNT=0x0601 -DZMQ_HAVE_IPC=OFF
$(package)_config_opts_mingw32 += -DCMAKE_RC_COMPILER=x86_64-w64-mingw32-windres
$(package)_cxxflags+=-std=c++17
endef

Expand Down

0 comments on commit 1522896

Please sign in to comment.