From 65963b2632c39d2e5f557307ba5a788249929cd7 Mon Sep 17 00:00:00 2001 From: SpaceIm <30052553+SpaceIm@users.noreply.github.com> Date: Tue, 31 Jan 2023 23:30:32 +0100 Subject: [PATCH] remove debug postfix --- recipes/sdl_ttf/all/conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/sdl_ttf/all/conanfile.py b/recipes/sdl_ttf/all/conanfile.py index e263b295e68a9..984ebd5896713 100644 --- a/recipes/sdl_ttf/all/conanfile.py +++ b/recipes/sdl_ttf/all/conanfile.py @@ -75,6 +75,7 @@ def generate(self): tc.variables["SDL2TTF_SAMPLES"] = False tc.variables["SDL2TTF_VENDORED"] = False tc.variables["SDL2TTF_HARFBUZZ"] = self.options.with_harfbuzz + tc.variables["SDL2TTF_DEBUG_POSTFIX"] = "" tc.cache_variables["CMAKE_POLICY_DEFAULT_CMP0077"] = "NEW" tc.generate() deps = CMakeDeps(self)