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.linux | |
parent | 02f336918547b93b4c03d608eafdf62de5d0a786 (diff) | |
download | infinitytier-3b2d98e7dcf4102f855006cc9f5d5000d8df0223.tar.gz infinitytier-3b2d98e7dcf4102f855006cc9f5d5000d8df0223.zip |
Integrating new crypto -- work in progress, wont build yet.
Diffstat (limited to 'Makefile.linux')
-rw-r--r-- | Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.linux b/Makefile.linux index 50978a39..0ebc5ae8 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -1,7 +1,7 @@ CC=gcc CXX=g++ -INCLUDES=-Iext/bin/libcrypto/include +INCLUDES= ARCH=$(shell uname -m) DEFS=-DZT_ARCH="$(ARCH)" -DZT_OSNAME="linux" -DZT_TRACE |