fixed makefile.osx
This commit is contained in:
parent
872d60f6e4
commit
31ffe954b6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue