aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/compress.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-02 13:44:55 +0200
committerStefan Boberg <[email protected]>2023-05-02 13:44:55 +0200
commitd1fff634733fb1e2567268935521ebc4d41e80d9 (patch)
tree9753b42ab08389d7ee8acfb0e415bed78a25fdb8 /src/zencore/compress.cpp
parentmove testing and observability code to zenhttp (#266) (diff)
downloadzen-d1fff634733fb1e2567268935521ebc4d41e80d9.tar.xz
zen-d1fff634733fb1e2567268935521ebc4d41e80d9.zip
cleaned up how Oodle is incorporated
changed win64 to be more in line with other platforms wrt xmake config
Diffstat (limited to 'src/zencore/compress.cpp')
-rw-r--r--src/zencore/compress.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/zencore/compress.cpp b/src/zencore/compress.cpp
index 632e0e8f3..44d6efc36 100644
--- a/src/zencore/compress.cpp
+++ b/src/zencore/compress.cpp
@@ -9,10 +9,7 @@
#include <zencore/iohash.h>
#include <zencore/testing.h>
-#include "../../thirdparty/Oodle/include/oodle2.h"
-#if ZEN_PLATFORM_WINDOWS
-# pragma comment(lib, "oo2core_win64.lib")
-#endif
+#include <oodle2.h>
#include <lz4.h>
#include <functional>