diff options
author | Camil Staps | 2019-05-26 21:20:44 +0200 |
---|---|---|
committer | Camil Staps | 2019-05-26 21:20:44 +0200 |
commit | 6f4ba18e49f9da1ab5af9c1b6fb5d9df39102ece (patch) | |
tree | ee99ce70857a56b7c503b3ef0ca2cc05e43463a4 /clean/.clean | |
parent | iTasksDev environment: use ABC interpreter instead of Sapl (diff) |
Clean installer: don't install sapl; add bytecode prelinker
Diffstat (limited to 'clean/.clean')
-rw-r--r-- | clean/.clean/iTasksDev.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clean/.clean/iTasksDev.env b/clean/.clean/iTasksDev.env index bbb8975..4192c78 100644 --- a/clean/.clean/iTasksDev.env +++ b/clean/.clean/iTasksDev.env @@ -20,6 +20,7 @@ EnvironmentByteCodeGen: lib/exe/bcgen EnvironmentByteCodeLink: lib/exe/bclink EnvironmentByteCodeStrip: lib/exe/bcstrip + EnvironmentByteCodePrelink: lib/exe/bcprelink EnvironmentLinker: lib/exe/linker|lib/exe/itasks-web-collector EnvironmentDynLink: lib/exe/linker EnvironmentVersion: 920 |