mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I.e., remove the shell invocation and with it the need to set the shebang. Surprisingly this required some build-system modifications particularly for cmake in order to correctly set the environment.
6 lines
156 B
Scheme
Executable File
6 lines
156 B
Scheme
Executable File
(if (or (string=? (version) "1.3")
|
|
(string=? (version) "1.3.4"))
|
|
(dynamic-link "libgnc-module.so")
|
|
(dynamic-link "libgnc-module"))
|
|
(exit 0)
|