mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
Ports: Hard-code SERENITY_ARCH=i686 until other architectures work (#4688)
This commit is contained in:
parent
fb220d5678
commit
b7fd5315e5
Notes:
sideshowbarker
2024-07-19 00:18:14 +09:00
Author: https://github.com/danboid Commit: https://github.com/SerenityOS/serenity/commit/b7fd5315e51 Pull-request: https://github.com/SerenityOS/serenity/pull/4688
@ -8,6 +8,7 @@ prefix=$SERENITY_ROOT/Ports
|
||||
export CC=i686-pc-serenity-gcc
|
||||
export CXX=i686-pc-serenity-g++
|
||||
export PATH=$SERENITY_ROOT/Toolchain/Local/i686/bin:$PATH
|
||||
export SERENITY_ARCH=i686
|
||||
|
||||
MD5SUM=md5sum
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user