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 8c8d06c commit a3ade91Copy full SHA for a3ade91
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