mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
2a38ef0db8
commit
d0c441519d
1 changed files with 3 additions and 3 deletions
|
@ -98,9 +98,9 @@ llvm-pocl()
|
|||
|
||||
pocl()
|
||||
{
|
||||
wget $REPOSITORY/pocl/$OSDIR/pocl.tar.bz2
|
||||
tar -xvf pocl.tar.bz2
|
||||
rm -f pocl.tar.bz2
|
||||
wget $REPOSITORY/pocl/$OSDIR/pocl2.tar.bz2
|
||||
tar -xvf pocl2.tar.bz2
|
||||
rm -f pocl2.tar.bz2
|
||||
cp -r pocl $TOOLDIR
|
||||
rm -rf pocl
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue