diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-16 09:20:59 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-16 09:20:59 -0400 |
| commit | 3b2d98e7dcf4102f855006cc9f5d5000d8df0223 (patch) | |
| tree | c8353385dfd88e467a40c5013da5101b20a2978b /Makefile.mac | |
| parent | 02f336918547b93b4c03d608eafdf62de5d0a786 (diff) | |
| download | infinitytier-3b2d98e7dcf4102f855006cc9f5d5000d8df0223.tar.gz infinitytier-3b2d98e7dcf4102f855006cc9f5d5000d8df0223.zip | |
Integrating new crypto -- work in progress, wont build yet.
Diffstat (limited to 'Makefile.mac')
| -rw-r--r-- | Makefile.mac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mac b/Makefile.mac index 38e4bb9f..68f9770f 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -1,7 +1,7 @@ CC=gcc CXX=g++ -INCLUDES=-Iext/bin/libcrypto/include +INCLUDES= DEFS=-DZT_ARCH="x86_combined" -DZT_OSNAME="mac" -DZT_TRACE # Uncomment for a release optimized universal binary build |
