Skip to content

Commit

Permalink
depends: Enable unicode support on dbd for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ken2812221 committed Aug 24, 2018
1 parent 540bf8a commit 5bb0164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/packages/bdb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $(package)_config_opts=--disable-shared --enable-cxx --disable-replication
$(package)_config_opts_mingw32=--enable-mingw
$(package)_config_opts_linux=--with-pic
$(package)_cxxflags=-std=c++11
$(package)_cppflags_mingw32=-DUNICODE -D_UNICODE
endef

define $(package)_preprocess_cmds
Expand Down

0 comments on commit 5bb0164

Please sign in to comment.