Merge pull request #6273 from sellout/utfcpp-include

Put utf8.h in the correct place
This commit is contained in:
str4d 2022-12-06 00:08:03 +00:00 committed by GitHub
commit 826e0dccb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -6,5 +6,6 @@ $(package)_download_file=v$($(package)_version).tar.gz
$(package)_sha256_hash=8d6aa7d77ad0abb35bb6139cb9a33597ac4c5b33da6a004ae42429b8598c9605
define $(package)_stage_cmds
cp -a ./source $($(package)_staging_dir)$(host_prefix)/include
mkdir -p $($(package)_staging_dir)$(host_prefix)/include && \
cp -a ./source $($(package)_staging_dir)$(host_prefix)/include/utf8cpp
endef

View File

@ -46,7 +46,7 @@
#include <boost/assign/list_of.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <utf8.h>
#include <utf8cpp/utf8.h>
#include <univalue.h>