diff options
| author | Matthew Sojourner Newton <matt@mnewton.com> | 2020-07-18 14:16:11 -0700 |
|---|---|---|
| committer | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-08-13 10:48:25 -0700 |
| commit | 797357bf65952337627f2d0c594c2fef600aafae (patch) | |
| tree | 39b58499b3fc3561ddc14137de25464f3d855dca /README.md | |
| parent | f41849c2c9c1899f22d1c3d4f871ec47c82627ce (diff) | |
With the native-compile feature enabled, properly find build dir
When the native-compile feature is enabled, `locate-library` returns the path to
the compiled (`.eln`) file rather than the `.el` or `.elc` that would otherwise
be expected. Then `vterm-module-compile` runs the compilation from that
subdirectory and can't find the expected files.
`find-library-name` always returns the `.el` file location.
Example error:
CMake Error: The source directory "/Users/user/.emacs.d/straight/build/vterm/eln-x86_64-apple-darwin19.5.0-89a730c11dec204e" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** No targets specified and no makefile found. Stop.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions
