make xdelta3 a separate library

This commit is contained in:
water
2022-06-21 21:47:06 -04:00
parent d837b05453
commit b605ed7ae1
7 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include "common/log/log.h"
#include "common/util/json_util.h"
#include "common/util/crc32.h"
#include "common/util/xdelta3_util.h"
#include "third-party/xdelta3/xdelta3.h"
namespace decompiler {
namespace {