mirror of
https://github.com/NishiOwO/arena.git
synced 2025-04-22 01:04:41 +00:00
update
This commit is contained in:
parent
7003b38ca8
commit
e9f849539c
@ -19,6 +19,10 @@ CFLAGS = -O -g
|
||||
# CFLAGS = -Wall -g
|
||||
LFLAGS = -static
|
||||
|
||||
ifeq ($(shell uname -m),x86_64)
|
||||
CFLAGS += -DPOINTER_IS_64BIT
|
||||
endif
|
||||
|
||||
# In both cases: Ask for static linking so that binary will be transportable
|
||||
|
||||
# Directory for installed binary:
|
||||
|
Loading…
x
Reference in New Issue
Block a user