gpac / signals

A C++11 modular framework
Other
9 stars 7 forks source link

multi target extra build is broken #63

Open rbouqueau opened 8 years ago

rbouqueau commented 8 years ago

1) extra.sh copies bin directly (should be under $host) https://github.com/gpac/signals/blob/2c6000d4eb30fea37d58e0863d09ae3900343b5d/extra.sh#L92 2) check.sh set the path in it (i.e. extra/bin with no $host)

we should keep track of the architectures see also #22