aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-26 10:11:16 +0300
committerCem Keylan <cem@ckyln.com>2021-03-26 10:11:16 +0300
commit060910425b77660503ec248fb1c383df40eec758 (patch)
treef63a0e912f67b2c18a901dfc07ebacb81bfc8cb2
parent98179e129544bdee7d78fc095098971eeb72428d (diff)
vterm-module-compile: Enforce 'Unix Makefiles' for CMake
-rw-r--r--vterm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/vterm.el b/vterm.el
index 743494a..459f05c 100644
--- a/vterm.el
+++ b/vterm.el
@@ -117,7 +117,7 @@ the executable."
"cd " vterm-directory "; \
mkdir -p build; \
cd build; \
- cmake "
+ cmake -G 'Unix Makefiles'"
vterm-module-cmake-args
" ..; \
make; \