We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11298d commit 57e5139Copy full SHA for 57e5139
lisp/image/jpeg/makefile
@@ -18,7 +18,7 @@ else
18
LD = gcc -dynamiclib
19
endif
20
21
-ifeq ($(shell uname -m), x86_64)
+ifeq ($(shell $(CC) -dumpmachine | sed 's/\([^-]*\).*/\1/'), x86_64)
22
ifneq ($(ARCHDIR), Linux64)
23
ifneq ($(ARCHDIR), Darwin)
24
CC += -m32
0 commit comments