From d1fff634733fb1e2567268935521ebc4d41e80d9 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Tue, 2 May 2023 13:44:55 +0200 Subject: cleaned up how Oodle is incorporated changed win64 to be more in line with other platforms wrt xmake config --- src/zencore/compress.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/zencore/compress.cpp') 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 #include -#include "../../thirdparty/Oodle/include/oodle2.h" -#if ZEN_PLATFORM_WINDOWS -# pragma comment(lib, "oo2core_win64.lib") -#endif +#include #include #include -- cgit v1.2.3