Skip to content

Commit 537bd42

Browse files
committed
I feel like this will fix the Linux x64 autobuild.
1 parent 60e5155 commit 537bd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUBY_CONFIGURE_ARGS := \
5151

5252
CONFIGURE := $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
5353
AUTOGEN := $(CONFIGURE_ENV) ./autogen.sh $(CONFIGURE_ARGS)
54-
CMAKE := $(CONFIGURE_ENV) "$HOME"/cmake/bin/cmake .. $(CMAKE_ARGS)
54+
CMAKE := $(CONFIGURE_ENV) "${HOME}"/cmake/bin/cmake .. $(CMAKE_ARGS)
5555

5656
default: everything
5757

0 commit comments

Comments
 (0)