Skip to content

Commit a7334f0

Browse files
committed
Remove redundant assignment of GAP_ROOT_PATHS in meson.build
1 parent 115cfd0 commit a7334f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ if gap_exe.found()
4646
check: true,
4747
)
4848
gap_root_paths = gaprun.stdout().strip()
49-
gap_root_paths = '${prefix}/lib/gap;${prefix}/share/gap;' + gaprun.stdout().strip()
5049
conf_data.set('GAP_ROOT_PATHS', gap_root_paths)
5150
endif
5251
ecm_bin = find_program(

0 commit comments

Comments
 (0)