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
parent
27172e1a2f
commit
7fdb8fcab5
|
@ -34,4 +34,6 @@ cpu ppc? [
|
|||
] unless
|
||||
|
||||
! Throw an exception if the struct is not defined/handled
|
||||
{ } [ vm-path dylib-exports drop ] unit-test
|
||||
os macosx? [
|
||||
{ } [ vm-path dylib-exports drop ] unit-test
|
||||
] when
|
||||
|
|
Loading…
Reference in New Issue