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 115cfd0 commit a7334f0Copy full SHA for a7334f0
src/sage/meson.build
@@ -46,7 +46,6 @@ if gap_exe.found()
46
check: true,
47
)
48
gap_root_paths = gaprun.stdout().strip()
49
- gap_root_paths = '${prefix}/lib/gap;${prefix}/share/gap;' + gaprun.stdout().strip()
50
conf_data.set('GAP_ROOT_PATHS', gap_root_paths)
51
endif
52
ecm_bin = find_program(
0 commit comments