Skip to content

Commit

Permalink
Enable short paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Mar 6, 2024
1 parent 3346134 commit 36305d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/freetype/meson/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from conan import ConanFile
from conan.tools.apple import fix_apple_shared_install_name
from conan.tools.files import (
apply_conandata_patches, collect_libs, copy, export_conandata_patches, load,
apply_conandata_patches, copy, export_conandata_patches, load,
get, rename, replace_in_file, rmdir, save
)
from conan.tools.env import VirtualBuildEnv
Expand All @@ -23,6 +23,7 @@ class FreetypeConan(ConanFile):
license = "FTL"
topics = ("freetype", "fonts")
package_type = "library"
short_paths = True
settings = "os", "arch", "compiler", "build_type"
options = {
"shared": [True, False],
Expand Down

0 comments on commit 36305d9

Please sign in to comment.