mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
16 lines
335 B
Bash
Executable File
16 lines
335 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. config/options
|
|
|
|
$SCRIPTS/build toolchain
|
|
$SCRIPTS/build Python
|
|
|
|
. config/options.python
|
|
|
|
cd $BUILD/$1*
|
|
|
|
$PYTHON setup.py install --prefix=$ROOT/$TOOLCHAIN
|
|
#$PYTHON setup.py install --prefix=/usr --root=./.install
|
|
$PYTHON setup.py install --prefix=$SYSROOT_PREFIX/usr
|
|
#$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py build/lib
|