Skip to content

Commit

Permalink
And let 32 bits builds pollute their own cache (x86 rather than x86_64)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Jan 3, 2021
1 parent afe4f5a commit 8c26fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.macos32x86/common/Makefile.lib.extra
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ THIRDPARTYDIR?=$(BLDDIR)/third-party
THIRDPARTYLIBDIR?=$(THIRDPARTYOUTDIR)/lib
THIRDPARTYINCLUDEDIR?=$(THIRDPARTYOUTDIR)/include
THIRDPARTYCACHEDIR?=../../.thirdparty-cache
THIRDPARTYOUTDIR?=$(abspath $(THIRDPARTYCACHEDIR)/macOS/x86_64)
THIRDPARTYOUTDIR?=$(abspath $(THIRDPARTYCACHEDIR)/macOS/x86)

ifeq ($(USEPLUGINASDYLIB),TRUE)
THIRDPARTYINSTALLDIR:=$(APP)/Contents/MacOS/Plugins
Expand Down

0 comments on commit 8c26fc2

Please sign in to comment.