mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-25 19:12:59 +03:00
Allow newer idris than 1.3.2
This commit is contained in:
parent
75bb7883f6
commit
e9611b4ee1
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ export IDRIS2_LIBS = ${IDRIS2_CURDIR}/libs/network
|
|||||||
export IDRIS2_DATA = ${IDRIS2_CURDIR}/support
|
export IDRIS2_DATA = ${IDRIS2_CURDIR}/support
|
||||||
|
|
||||||
IDRIS_VERSION := $(shell idris --version)
|
IDRIS_VERSION := $(shell idris --version)
|
||||||
VALID_IDRIS_VERSION_REGEXP = "1.3.2.*"
|
VALID_IDRIS_VERSION_REGEXP = "1.3.[2-9].*"
|
||||||
|
|
||||||
-include custom.mk
|
-include custom.mk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user