Skip to content

Commit

Permalink
Remove macOS GAC_LDFLAGS workaround (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Jun 18, 2024
1 parent 167af63 commit 2bdbe66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ function regenerate_gaproot()
# add the necessary flags to link against libgap
gap_lib = joinpath(gap_prefix, "lib")
sysinfo["GAP_LDFLAGS"] = "-L$(gap_lib) -lgap"
Sys.isapple() && (sysinfo["GAC_LDFLAGS"] = " -bundle") # Remove this line once the GAP_jll build recipe is fixed

GAP_VERSION = VersionNumber(sysinfo["GAP_VERSION"])
gaproot_packages = joinpath(Base.DEPOT_PATH[1], "gaproot", "v$(GAP_VERSION.major).$(GAP_VERSION.minor)")
Expand Down

0 comments on commit 2bdbe66

Please sign in to comment.