diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-25 15:19:35 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-25 15:19:35 -0400 |
| commit | af8fcac0fcfd64600a442dc4d633601e29e611ea (patch) | |
| tree | ead0de58b5102b16ada60424917440b51745478d /Makefile.mac | |
| parent | 9cf734b74a750b8af0c628809c16be57eef1ff21 (diff) | |
| download | infinitytier-af8fcac0fcfd64600a442dc4d633601e29e611ea.tar.gz infinitytier-af8fcac0fcfd64600a442dc4d633601e29e611ea.zip | |
RPC infrastructure work in progress.
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 5f6283ba..4f85cc5a 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -13,7 +13,7 @@ STRIP=strip #STRIP=echo CXXFLAGS=$(CFLAGS) -fno-rtti -LIBS=-lcrypto +LIBS=-lcrypto -ldl include objects.mk |
