fixed makefile.osx

This commit is contained in:
--author=Satoshi Nakamoto 2010-07-30 17:31:39 +00:00 committed by Gavin Andresen
parent 872d60f6e4
commit 31ffe954b6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ obj/%.o: %.cpp $(HEADERS)
g++ -c $(CFLAGS) -DGUI -o $@ $<
cryptopp/obj/%.o: cryptopp/%.cpp
g++ -c $(CFLAGS) -O3 -o $@ $<
g++ -c $(CFLAGS) -O3 -DCRYPTOPP_DISABLE_ASM -o $@ $<
bitcoin: $(OBJS) obj/ui.o obj/uibase.o
g++ $(CFLAGS) -o $@ $(LIBPATHS) $^ $(WXLIBS) $(LIBS)