macho: Only test the vm-path on MacOS, but still let the macho library work on any platform.

Also testing TravisCI on a branch without a boot image -- it should use master boot image.
paths
Doug Coleman 2018-06-25 19:58:35 -07:00
parent 27172e1a2f
commit 7fdb8fcab5
1 changed files with 3 additions and 1 deletions

View File

@ -34,4 +34,6 @@ cpu ppc? [
] unless ] unless
! Throw an exception if the struct is not defined/handled ! Throw an exception if the struct is not defined/handled
os macosx? [
{ } [ vm-path dylib-exports drop ] unit-test { } [ vm-path dylib-exports drop ] unit-test
] when