Skip to content

Commit

Permalink
no builtin stpcpy in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
miodragpop committed Sep 27, 2021
1 parent d7c24bd commit aac0790
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions depends/packages/bdb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ endif
$(package)_config_opts_aarch64=--disable-atomicsupport
$(package)_cxxflags+=-std=c++17

$(package)_cflags_mingw32+=-fno-builtin-stpcpy

ifneq ($(BZE_TOOLCHAIN), GCC)
ifeq ($(host_os),freebsd)
$(package)_ldflags+=-static-libstdc++ -lcxxrt
Expand Down

0 comments on commit aac0790

Please sign in to comment.