update Makefile for arm64 Macs
This commit is contained in:
@@ -4,8 +4,8 @@ OBJECTS=FileContentsCache.o Menu.o PSOProtocol.o Client.o Lobby.o \
|
|||||||
LevelTable.o Compression.o Quest.o RareItemSet.o Map.o NetworkAddresses.o \
|
LevelTable.o Compression.o Quest.o RareItemSet.o Map.o NetworkAddresses.o \
|
||||||
Text.o DNSServer.o ProxyServer.o Shell.o ServerShell.o ProxyShell.o Main.o
|
Text.o DNSServer.o ProxyServer.o Shell.o ServerShell.o ProxyShell.o Main.o
|
||||||
CXX=g++
|
CXX=g++
|
||||||
CXXFLAGS=-I/opt/local/include -I/usr/local/include -std=c++20 -g -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H -Wall -Werror
|
CXXFLAGS=-I/opt/homebrew/include -I/opt/local/include -I/usr/local/include -std=c++20 -g -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H -Wall -Werror
|
||||||
LDFLAGS=-L/opt/local/lib -L/usr/local/lib -std=c++20 -levent -levent_pthreads -lphosg -lpthread
|
LDFLAGS=-L/opt/homebrew/lib -L/opt/local/lib -L/usr/local/lib -std=c++20 -levent -levent_pthreads -lphosg -lpthread
|
||||||
|
|
||||||
all: newserv
|
all: newserv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user