mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 04:33:45 +03:00
Install support library to PREFIX/lib
If you happen to build via racket, putting it in a place where the system knows to look means that it will successfully run the executable.
This commit is contained in:
parent
48c6c4aa81
commit
3eb67aebd8
2
Makefile
2
Makefile
@ -79,8 +79,10 @@ install: install-idris2 install-support install-libs
|
||||
|
||||
install-idris2:
|
||||
mkdir -p ${PREFIX}/bin/${NAME}_app
|
||||
mkdir -p ${PREFIX}/lib/${NAME}_app
|
||||
install ${TARGET} ${PREFIX}/bin
|
||||
install ${TARGETDIR}/${NAME}_app/* ${PREFIX}/bin/${NAME}_app
|
||||
install support/c/${IDRIS2_SUPPORT} ${PREFIX}/lib
|
||||
|
||||
install-support: support
|
||||
mkdir -p ${PREFIX}/idris2-${IDRIS2_VERSION}/support/chez
|
||||
|
Loading…
Reference in New Issue
Block a user