]> git.lyx.org Git - features.git/blobdiff - development/cmake/PyCompile.cmake
Restore classic in cmake build
[features.git] / development / cmake / PyCompile.cmake
index dbb61e14fa4b3ca7eac6fc6008e81e2228987034..0a77c22ff987fd792f417de79d7cb27ac63c65c1 100644 (file)
@@ -13,7 +13,7 @@ FIND_PROGRAM(LYX_PYTHON_EXECUTABLE python)
 
 file(GLOB _py_files ${TOP_SRC_DIR}/lib/${_project}/*.py)
 
-set(py_compile ${TOP_SRC_DIR}/config/py-compile)
+set(py_compile sh ${TOP_SRC_DIR}/config/py-compile)
 
 set(_generated)
 set(ENV{PYTHON} ${LYX_PYTHON_EXECUTABLE})