We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d413997 commit 647d3b7Copy full SHA for 647d3b7
bindings/guile/CMakeLists.txt
@@ -176,7 +176,8 @@ gnc_add_scheme_targets(scm-engine-2
176
gnc_add_scheme_targets(scm-options
177
SOURCES options.scm
178
OUTPUT_DIR gnucash
179
- DEPENDS "scm-engine-2;scm-core-utils;${GUILE_DEPENDS}")
+ DEPENDS "scm-engine-2;scm-core-utils;${GUILE_DEPENDS}"
180
+ MAKE_LINKS)
181
182
add_custom_target(scm-engine ALL DEPENDS scm-options scm-engine-2 scm-engine-1 scm-engine-0)
183
0 commit comments