[builds] Use the mono from watch-mono repo for bwatch-mono. (#64)

* [mk] Add watch-mono to the check-versions and reset-versions targets.

* [builds] Use the mono from watch-mono repo for bwatch-mono.
This commit is contained in:
Rolf Bjarne Kvinge 2016-05-18 19:33:04 +02:00
Родитель 7ae963b741
Коммит 65c50daf22
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -655,7 +655,7 @@ $(PREFIX)/lib/mono/Xamarin.TVOS/%.mdb: $(BUILD_DESTDIR)/tvos/bcl/%.mdb | $(PREFI
$(PREFIX)/bin/btv-mono: $(BUILD_DESTDIR)/tools64/bin/mono | $(PREFIX)/bin
$(Q) install -s -m 0755 $< $@
$(PREFIX)/bin/bwatch-mono: $(BUILD_DESTDIR)/tools64/bin/mono | $(PREFIX)/bin
$(PREFIX)/bin/bwatch-mono: $(BUILD_DESTDIR)/watchbcl/bin/mono | $(PREFIX)/bin
$(Q) install -s -m 0755 $< $@
# copy to temporary directory before signing / mdb-rebasing,