[compiler] don't eagerly process native libs in offline mode
That really just wastes time... I don't want to have too many distinctions between online/offline mode, but this in particular is an optimization to speed up native library access on subsequent compilation, which makes no sense in offline mode.