]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_cygwin.C
hopefully fix tex2lyx linking.
[lyx.git] / src / support / os_cygwin.C
index ec6485a0ae003c840e1a5488f02747f952cd8fad..fafbaccf5cbe86fd1e5b56f4a41d884190c8b59a 100644 (file)
@@ -204,7 +204,11 @@ string internal_path(string const & p)
 
 string external_path_list(string const & p)
 {
+#ifdef X_DISPLAY_MISSING
        return convert_path_list(p, PathStyle(windows));
+#else
+       return convert_path_list(p, PathStyle(posix));
+#endif
 }