We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e5155 commit 537bd42Copy full SHA for 537bd42
linux/Makefile
@@ -51,7 +51,7 @@ RUBY_CONFIGURE_ARGS := \
51
52
CONFIGURE := $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
53
AUTOGEN := $(CONFIGURE_ENV) ./autogen.sh $(CONFIGURE_ARGS)
54
-CMAKE := $(CONFIGURE_ENV) "$HOME"/cmake/bin/cmake .. $(CMAKE_ARGS)
+CMAKE := $(CONFIGURE_ENV) "${HOME}"/cmake/bin/cmake .. $(CMAKE_ARGS)
55
56
default: everything
57
0 commit comments