Skip to content

Commit

Permalink
Fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Jan 10, 2019
1 parent 9aa68bb commit 30b4fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emsdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ emsdk/.complete:
cd emsdk && \
./emsdk install --build=Release sdk-tag-$(EMSCRIPTEN_VERSION)-64bit binaryen-tag-$(EMSCRIPTEN_VERSION)-64bit && \
cd .. && \
(cat patches/*.patch | patch -p1) && \
(cat patches/*.patch | patch -p1) ; \
cd emsdk/binaryen/tag-$(EMSCRIPTEN_VERSION)_64bit_binaryen/ && \
make && \
cd ../.. && \
Expand Down

0 comments on commit 30b4fb1

Please sign in to comment.