diff options
author | Camil Staps | 2020-10-30 15:00:56 +0100 |
---|---|---|
committer | Camil Staps | 2020-10-30 15:00:56 +0100 |
commit | 5d64ad6252cc0a426288d4baa55b3edfde1d249d (patch) | |
tree | 8f87606348342628ef0b527412147d251312c455 | |
parent | Vim: fix terminal line border after background has changed in BufEnter autocmd (diff) |
iTasksDev environment: do not add -lmysqlclient -lsqlite3; the source code should use import code from library
-rw-r--r-- | clean/.clean/iTasksDev.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean/.clean/iTasksDev.env b/clean/.clean/iTasksDev.env index 2a29bcf..b90323e 100644 --- a/clean/.clean/iTasksDev.env +++ b/clean/.clean/iTasksDev.env @@ -22,7 +22,7 @@ EnvironmentByteCodeLink: lib/exe/bclink EnvironmentByteCodeStrip: lib/exe/bcstrip EnvironmentByteCodePrelink: lib/exe/bcprelink - EnvironmentLinker: /usr/bin/gcc::-lmysqlclient -lsqlite3 -Wl,--gc-sections|lib/exe/itasks-web-collector + EnvironmentLinker: /usr/bin/gcc::-Wl,--gc-sections|lib/exe/itasks-web-collector EnvironmentVersion: 920 EnvironmentRedirect: False EnvironmentCompileMethod: 3 |