diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-04 22:32:22 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-04 22:32:22 -0800 |
commit | e16d747d828fccb5d238c6d99c423ee2ac71a1ed (patch) | |
tree | 741ae5feb658c300f49a1d64d7fb313ec1166989 /windows | |
parent | be8bddcaf3472ecc0098b48d49e3772ff47d26b2 (diff) | |
download | pandoc-e16d747d828fccb5d238c6d99c423ee2ac71a1ed.tar.gz |
make-windows-installer: We no longer need wrappers, highlighting flags.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/make-windows-installer.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat index 2ea2998fa..c04dcf896 100644 --- a/windows/make-windows-installer.bat +++ b/windows/make-windows-installer.bat @@ -2,7 +2,7 @@ cd ..
cabal-dev install --disable-library-for-ghci highlighting-kate
cabal-dev install --flags="embed_data_files" citeproc-hs
-cabal-dev install --flags="executable wrappers -library highlighting" --datasubdir=
+cabal-dev install --flags="executable -library" --datasubdir=
rem note: we use -f-library in building pandoc, because
rem if the library is built, the data file paths will not be relocatable!
strip cabal-dev\bin\pandoc.exe
|