use kvm on darwin
This commit is contained in:
parent
f2862098ca
commit
fee88b7e81
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue