Skip to content

Commit 2f93c8b

Browse files
committed
Try to fix maxima detection script
1 parent de5e820 commit 2f93c8b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/sage/libs/meson.build

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ ecl_bin = find_program('ecl', required: false)
99
if ecl_bin.found()
1010
maxima_check = run_command(
1111
ecl_bin,
12-
'--eval',
13-
'(require \'maxima)',
14-
'--eval',
15-
'(quit)',
12+
'--eval (require \'maxima)',
13+
'--eval (quit)',
1614
check: false,
1715
)
1816
maxima_bin = find_program('maxima', required: false, disabler: true)

0 commit comments

Comments
 (0)