mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(numactl)
This commit is contained in:
parent
492398fe88
commit
0a83af9047
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ build:
|
|||
# numa is linux only
|
||||
if test {{ hw.platform }} != "linux"
|
||||
then
|
||||
mkdir {{ prefix }}/bin
|
||||
mkdir -p "{{ prefix }}/bin"
|
||||
touch {{ prefix }}/not-used-on-darwin
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue