Skip to content

Commit

Permalink
Merge pull request #2 from grimd34th/master
Browse files Browse the repository at this point in the history
Fix litecoind MinGW building
  • Loading branch information
pooler committed Jul 6, 2012
2 parents 14a7677 + 65883c2 commit fce3a3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/makefile.linux-mingw
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ OBJS= \

all: litecoind.exe

obj/nogui/scrypt.o: scrypt.c
gcc -c -o $@ $^
obj/scrypt.o: scrypt.c
i586-mingw32msvc-gcc -c -o $@ $^

obj/build.h: FORCE
/bin/sh ../share/genbuild.sh obj/build.h
Expand Down
2 changes: 1 addition & 1 deletion src/makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ OBJS= \

all: litecoind.exe

obj/nogui/scrypt.o: scrypt.c
obj/scrypt.o: scrypt.c
gcc -c -o $@ $^

obj/%.o: %.cpp $(HEADERS)
Expand Down

0 comments on commit fce3a3f

Please sign in to comment.