Commit 1db04925 authored by nanahira's avatar nanahira

fix

parent 9494a7f8
Pipeline #5208 failed with stages
in 13 minutes and 1 second
......@@ -27,7 +27,7 @@ endif
ifeq ($(origin AR), default)
AR = ar
endif
OSX_FLAGS = -mmacosx-version-min=10.9 -arch i386 -arch x86_64
OSX_FLAGS = -mmacosx-version-min=10.9 -arch x86_64
DEFINES += -DUSE_LUA
INCLUDES += -I../../lua
FORCE_INCLUDE +=
......@@ -214,4 +214,4 @@ $(OBJDIR)/scriptlib.o: ../../ocgcore/scriptlib.cpp
-include $(OBJECTS:%.o=%.d)
ifneq (,$(PCH))
-include $(PCH_PLACEHOLDER).d
endif
\ No newline at end of file
endif
......@@ -27,7 +27,7 @@ endif
ifeq ($(origin AR), default)
AR = ar
endif
OSX_FLAGS = -mmacosx-version-min=10.9 -arch i386 -arch x86_64
OSX_FLAGS = -mmacosx-version-min=10.9 -arch x86_64
DEFINES +=
INCLUDES +=
FORCE_INCLUDE +=
......@@ -134,4 +134,4 @@ $(OBJDIR)/sqlite3.o: ../../sqlite3/sqlite3.c
-include $(OBJECTS:%.o=%.d)
ifneq (,$(PCH))
-include $(PCH_PLACEHOLDER).d
endif
\ No newline at end of file
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment