Skip to content

Commit 5bb0164

Browse files
committed
depends: Enable unicode support on dbd for Windows
1 parent 540bf8a commit 5bb0164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/packages/bdb.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $(package)_config_opts=--disable-shared --enable-cxx --disable-replication
1010
$(package)_config_opts_mingw32=--enable-mingw
1111
$(package)_config_opts_linux=--with-pic
1212
$(package)_cxxflags=-std=c++11
13+
$(package)_cppflags_mingw32=-DUNICODE -D_UNICODE
1314
endef
1415

1516
define $(package)_preprocess_cmds

0 commit comments

Comments
 (0)