mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/SerenityOS/serenity/commit/072961090fd 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…
Reference in a new issue