use kvm on darwin
This commit is contained in:
parent
f2862098ca
commit
fee88b7e81
@ -13,6 +13,6 @@ SHORTLIB=bio 9
|
||||
|
||||
<$PLAN9/src/mkone
|
||||
|
||||
KVM=`{if uname |grep BSD >/dev/null; then echo -lkvm; fi}
|
||||
KVM=`{if uname |egrep 'BSD|Darwin' >/dev/null; then echo -lkvm; fi}
|
||||
LDFLAGS=$LDFLAGS $KVM
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user