mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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…
Reference in a new issue