mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
Quoting of strings is forbid in some "make" implementations
This commit is contained in:
parent
cfa7119fdb
commit
dbb7a87fd8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -56,7 +56,7 @@ ifneq ("$(MINGW)", "")
|
|||
else
|
||||
#arm support for linux .. we need to allow unaligned accesses
|
||||
#to memory otherwise we just segfault everywhere
|
||||
ifneq (, $(findstring $(shell uname -m), "arm"))
|
||||
ifneq (, $(findstring $(shell uname -m), arm))
|
||||
CFLAGS += -munaligned-access
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue