Loading lib/Makefile.m32 +1 −2 Original line number Diff line number Diff line Loading @@ -67,8 +67,7 @@ STRIP = $(CROSSPREFIX)strip -g # Set environment var ARCH to your architecture to override autodetection. ifndef ARCH TARGET := $(shell $(CC) -dumpmachine) ifeq ($(findstring x86_64,$(TARGET)),x86_64) ifeq ($(findstring x86_64,$(shell $(CC) -dumpmachine)),x86_64) ARCH = w64 else ARCH = w32 Loading src/Makefile.m32 +1 −2 Original line number Diff line number Diff line Loading @@ -82,8 +82,7 @@ STRIP = $(CROSSPREFIX)strip -g # Set environment var ARCH to your architecture to override autodetection. ifndef ARCH TARGET := $(shell $(CC) -dumpmachine) ifeq ($(findstring x86_64,$(TARGET)),x86_64) ifeq ($(findstring x86_64,$(shell $(CC) -dumpmachine)),x86_64) ARCH = w64 else ARCH = w32 Loading Loading
lib/Makefile.m32 +1 −2 Original line number Diff line number Diff line Loading @@ -67,8 +67,7 @@ STRIP = $(CROSSPREFIX)strip -g # Set environment var ARCH to your architecture to override autodetection. ifndef ARCH TARGET := $(shell $(CC) -dumpmachine) ifeq ($(findstring x86_64,$(TARGET)),x86_64) ifeq ($(findstring x86_64,$(shell $(CC) -dumpmachine)),x86_64) ARCH = w64 else ARCH = w32 Loading
src/Makefile.m32 +1 −2 Original line number Diff line number Diff line Loading @@ -82,8 +82,7 @@ STRIP = $(CROSSPREFIX)strip -g # Set environment var ARCH to your architecture to override autodetection. ifndef ARCH TARGET := $(shell $(CC) -dumpmachine) ifeq ($(findstring x86_64,$(TARGET)),x86_64) ifeq ($(findstring x86_64,$(shell $(CC) -dumpmachine)),x86_64) ARCH = w64 else ARCH = w32 Loading