Skip to content

Commit 019b786

Browse files
committed
avoid gnu
1 parent ef0aec1 commit 019b786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# This needs to expand to something the shell will accept as '$ORIGIN',
33
# including a literal '$' (no variable expansion)
4-
ORIGIN := \$$ORIGIN
4+
ORIGIN = \$$ORIGIN
55

66
CMAKE = @CMAKE@
77
R = @R@

0 commit comments

Comments
 (0)