mirah / pindah

Tools for building Android applications with Mirah
Apache License 2.0
228 stars 27 forks source link

Tell mirahc to build under dir to fix compile regression (GitHub #13) #16

Closed sattvik closed 13 years ago

sattvik commented 13 years ago

By changing 'src=${src}' to 'dir=${src}', mirahc now changes to the src directory and uses an implicit 'src=.'. This seems to have resolved my issue #13 .