Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not use bootstrap compiler in multi-compile mode
  • Loading branch information
sorear committed Jul 26, 2011
1 parent 3a54a7e commit 24e0bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -43,7 +43,8 @@ run/Niecza.exe: .fetch-stamp $(patsubst %,boot/obj/%.nam,$(srcunits)) src/niecza
mkdir boot
wget --no-check-certificate -Oboot/niecza.zip $$(cat FETCH_URL)
cd boot && unzip niecza.zip
$(RUN_CLR) boot/run/Niecza.exe -C CORE JSYNC
$(RUN_CLR) boot/run/Niecza.exe -C CORE
$(RUN_CLR) boot/run/Niecza.exe -C JSYNC
touch .fetch-stamp

obj/CrossDomainReceiver.dll: $(patsubst %,lib/%,$(csxdr))
Expand Down

0 comments on commit 24e0bb1

Please sign in to comment.