mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
Build: Make sure that RANLIB and AR use cross-compiler provided executables
This is very much needed when compiling host tools on macOS for example
This commit is contained in:
parent
9537ce918c
commit
18e3e4f236
Notes:
sideshowbarker
2024-07-19 17:42:27 +09:00
Author: https://github.com/Pagghiu
Commit: 18e3e4f236
Pull-request: https://github.com/SerenityOS/serenity/pull/841
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ else
|
|||
CC = $(PRE_CC) $(TOOLCHAIN_PATH)/i686-pc-serenity-gcc
|
||||
AS = $(TOOLCHAIN_PATH)/i686-pc-serenity-as
|
||||
LINK = $(TOOLCHAIN_PATH)/i686-pc-serenity-ld
|
||||
RANLIB = $(TOOLCHAIN_PATH)/i686-pc-serenity-ranlib
|
||||
AR = $(TOOLCHAIN_PATH)/i686-pc-serenity-ar
|
||||
|
||||
DEFINES += -DDEBUG
|
||||
|
||||
INCLUDE_FLAGS += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue