From 52c9dd3252d4d56821cab3c262b841e381258212 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Mon, 26 Nov 2018 15:44:13 +0100 Subject: [PATCH] Enabled compilation of SLA libigl dependent code to see what errors will come out of the build server. --- src/libslic3r/SLA/SLASupportTreeIGL.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libslic3r/SLA/SLASupportTreeIGL.cpp b/src/libslic3r/SLA/SLASupportTreeIGL.cpp index ef00d8d86d..db50a18cf9 100644 --- a/src/libslic3r/SLA/SLASupportTreeIGL.cpp +++ b/src/libslic3r/SLA/SLASupportTreeIGL.cpp @@ -10,7 +10,8 @@ #include -#if !defined(_MSC_VER) || defined(_WIN64) +//#if !defined(_MSC_VER) || defined(_WIN64) +#if 1 #define IGL_COMPATIBLE #endif