diff options
| author | Gavin Andresen <[email protected]> | 2011-09-26 11:15:01 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-09-26 11:15:01 -0400 |
| commit | 81cadd74d28ce26d5fc726807eb24f06cf8dd768 (patch) | |
| tree | 2817cb291b12985c58076cca56ca37ec5dcd8c89 /src/makefile.osx | |
| parent | Remove wxWidgets (diff) | |
| download | discoin-81cadd74d28ce26d5fc726807eb24f06cf8dd768.tar.xz discoin-81cadd74d28ce26d5fc726807eb24f06cf8dd768.zip | |
Fix build: put back rules to build cryptopp files
Diffstat (limited to 'src/makefile.osx')
| -rw-r--r-- | src/makefile.osx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index aff1e5f31..1d1d6b7b7 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -76,6 +76,8 @@ endif all: bitcoind +cryptopp/obj/%.o: cryptopp/%.cpp + $(CXX) -c $(CFLAGS) -O3 -DCRYPTOPP_DISABLE_ASM -o $@ $< obj/nogui/%.o: %.cpp $(HEADERS) $(CXX) -c $(CFLAGS) -o $@ $< |