Skip to content

Commit

Permalink
changed default_directory_basename
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellenn-A committed Mar 18, 2024
1 parent c05e719 commit 4b61c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycheribuild/projects/cross/gmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

class BuildGmp(CrossCompileAutotoolsProject):
repository = GitRepository("https://github.com/gmp-mirror/gmp")
default_directory_basename = "libgmp"
supported_architectures = (
CompilationTargets.ALL_CHERIBSD_TARGETS_WITH_HYBRID
+ CompilationTargets.ALL_CHERIBSD_HYBRID_FOR_PURECAP_ROOTFS_TARGETS
Expand Down

0 comments on commit 4b61c03

Please sign in to comment.