diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-03-26 10:11:16 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-03-26 10:11:16 +0300 |
| commit | 060910425b77660503ec248fb1c383df40eec758 (patch) | |
| tree | f63a0e912f67b2c18a901dfc07ebacb81bfc8cb2 | |
| parent | 98179e129544bdee7d78fc095098971eeb72428d (diff) | |
vterm-module-compile: Enforce 'Unix Makefiles' for CMake
| -rw-r--r-- | vterm.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ the executable." "cd " vterm-directory "; \ mkdir -p build; \ cd build; \ - cmake " + cmake -G 'Unix Makefiles'" vterm-module-cmake-args " ..; \ make; \ |
