forked from M-Labs/artiq
1
0
Fork 0
artiq/conda/pixman/build.sh

5 lines
62 B
Bash

#!/bin/bash
./configure --prefix=$PREFIX
make -j
make install