Install proper support library

This commit is contained in:
Edwin Brady 2020-05-18 16:06:44 +01:00
parent 155dddb5f3
commit 6b8620c43d
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@ Installing
==========
Requirements: Chez Scheme (with threading support) and bash. On a Mac, you
will need to install `coreutils` to have access to `realpath`.
will need to install `coreutils` to have access to `realpath` - you can
do this with `brew install coreutils`.
0: Fix hard coded prefix (sorry)
--------------------------------

View File

@ -1,8 +1,8 @@
#!/bin/sh
echo $IDRIS2_SUPPORT
make support
cp support/c/libidris2_support.so bootstrap/idris2-boot_app
cp support/c/$IDRIS2_SUPPORT bootstrap/idris2-boot_app
cd bootstrap
sed s/libidris2_support.so/$IDRIS2_SUPPORT/g idris2-boot_app/idris2sh.ss > idris2-boot_app/idris2-boot.ss