depends: Enable unicode support on dbd for Windows

This commit is contained in:
Chun Kuan Lee
2018-08-05 18:08:29 +00:00
committed by Michel van Kessel
parent 0a71aa373e
commit 60031b6468

View File

@@ -11,6 +11,7 @@ $(package)_config_opts_mingw32=--enable-mingw
$(package)_config_opts_mingw64=--enable-mingw
$(package)_config_opts_linux=--with-pic
$(package)_cxxflags=-std=c++11
$(package)_cppflags_mingw32=-DUNICODE -D_UNICODE
endef
define $(package)_preprocess_cmds