mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Ports: Always export Serenity's GCC and G++ in the build environment
Export the appropriate CC and CXX to all port commands.
This commit is contained in:
parent
d10ca2b010
commit
bc2bd1e64a
Notes:
sideshowbarker
2024-07-19 12:14:58 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/bc2bd1e64a7
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
# This script contains common helpers for all ports.
|
||||
set -e
|
||||
|
||||
export CC=i686-pc-serenity-gcc
|
||||
export CXX=i686-pc-serenity-g++
|
||||
|
||||
if [ -z "$MAKEOPTS" ]; then
|
||||
MAKEOPTS="-j $(nproc)"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue