Skip to content

Commit

Permalink
(PA-6383) build libedit with shared compiler settings
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Apr 24, 2024
1 parent 988587d commit 551a1e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configs/components/libedit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
elsif platform.is_aix?
pkg.environment "CC", "/opt/pl-build-tools/bin/gcc"
pkg.environment "LDFLAGS", settings[:ldflags]
end

if platform.is_macos?
else
pkg.environment "LDFLAGS", settings[:ldflags]
pkg.environment "CFLAGS", settings[:cflags]
end

Expand Down

0 comments on commit 551a1e4

Please sign in to comment.