Skip to content

Commit

Permalink
remove debug postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Jan 31, 2023
1 parent 5bc9da3 commit 65963b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/sdl_ttf/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 65963b2

Please sign in to comment.