diff options
author | Camil Staps | 2019-10-10 10:43:27 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-10 10:43:27 +0200 |
commit | 22cbe847a3b2db18753be3c6e92cf7eef6a8dc14 (patch) | |
tree | f730289586306d3ee8c06ad5faf69deb4a6522c7 /clean/.clean | |
parent | dualmon-dp is now used with a horizontal monitor (diff) |
Use gcc instead of Clean linker in iTasksDev; fix install_clean n+1
Diffstat (limited to 'clean/.clean')
-rw-r--r-- | clean/.clean/iTasksDev.env | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clean/.clean/iTasksDev.env b/clean/.clean/iTasksDev.env index 32e1782..a99c216 100644 --- a/clean/.clean/iTasksDev.env +++ b/clean/.clean/iTasksDev.env @@ -21,8 +21,7 @@ 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 + EnvironmentLinker: /usr/bin/gcc::-Wl,--gc-sections|lib/exe/itasks-web-collector EnvironmentVersion: 920 EnvironmentRedirect: False EnvironmentCompileMethod: Pers |