]> git.lyx.org Git - lyx.git/commit
Pass the binary dir to the configure script to find tex2lyx
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 30 Mar 2013 13:41:30 +0000 (14:41 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 19 Apr 2013 18:31:30 +0000 (20:31 +0200)
commitcd88c51ccea0f7495c8448d41aca7148bae53030
treedf9c0e46667abc7482799e66e2678441e1568900
parent4d8dbc9268b4e835569caf8c51d4878f9f8890f2
Pass the binary dir to the configure script to find tex2lyx

When using CMake, the binary files are stored in <build-dir>/bin. LyX can't fin tex2lyx with the current code. So, we have to point configure.py to explicitly look in the binary dir.
lib/configure.py
src/support/Package.cpp