mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:17:44 +00:00
Ports: Make the quake3 port buildable on ARM64 hosts
Previously, on ARM64 hosts we'd try to build ARM64 binaries even when SERENITY_ARCH was set to x86_64. This would cause the build to fail.
This commit is contained in:
parent
27737f613c
commit
ce8d410f36
4 changed files with 24 additions and 16 deletions
|
@ -11,7 +11,7 @@ diff --git a/Makefile b/Makefile
|
|||
index b26ceb7..035fea7 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -868,7 +868,7 @@ ifeq ($(PLATFORM),serenity)
|
||||
@@ -860,7 +860,7 @@ ifeq ($(PLATFORM),serenity)
|
||||
SHLIBLDFLAGS=-shared $(LDFLAGS)
|
||||
|
||||
THREAD_LIBS=-lpthread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue