mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 22:42:18 +00:00
Ports: Add cc symlink to gcc port
This commit is contained in:
parent
c9d287b226
commit
072961090f
Notes:
sideshowbarker
2024-07-18 07:05:13 +09:00
Author: https://github.com/boricj
Commit: 072961090f
Pull-request: https://github.com/SerenityOS/serenity/pull/9345
1 changed files with 1 additions and 0 deletions
|
@ -20,4 +20,5 @@ build() {
|
|||
|
||||
install() {
|
||||
run make $installopts
|
||||
run ln -s gcc "${SERENITY_INSTALL_ROOT}/usr/local/bin/cc"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue