mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
12 lines
376 B
Diff
12 lines
376 B
Diff
|
--- a/src/cpp/session/include/session/SessionConstants.hpp
|
||
|
+++ b/src/cpp/session/include/session/SessionConstants.hpp
|
||
|
@@ -140,7 +140,7 @@
|
||
|
#ifdef QUARTO_ENABLED
|
||
|
# define kDefaultPandocPath "bin/quarto/bin"
|
||
|
#else
|
||
|
-# define kDefaultPandocPath "bin/pandoc"
|
||
|
+# define kDefaultPandocPath "@pandoc@"
|
||
|
#endif
|
||
|
|
||
|
#define kDefaultQuartoPath "bin/quarto"
|