diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-20 15:27:53 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-20 15:27:53 -0700 |
| commit | 57e29857cf79019af03f6a3dfe0bf6fd36e2fab2 (patch) | |
| tree | b02b9f21d7a05e6621445cc4cf80f20e257fefb3 /make-mac.mk | |
| parent | 5e6eae620bec49086e2ad80c119f3386d84092b1 (diff) | |
| download | infinitytier-57e29857cf79019af03f6a3dfe0bf6fd36e2fab2.tar.gz infinitytier-57e29857cf79019af03f6a3dfe0bf6fd36e2fab2.zip | |
Cluster work -- integrating with the rest of the code.
Diffstat (limited to 'make-mac.mk')
| -rw-r--r-- | make-mac.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-mac.mk b/make-mac.mk index 174216fb..e53212c0 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -6,7 +6,7 @@ ifeq ($(origin CXX),default) endif INCLUDES= -DEFS= +DEFS=-DZT_ENABLE_CLUSTER LIBS= ARCH_FLAGS=-arch x86_64 |
