]> git.lyx.org Git - features.git/commitdiff
typo
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 10 Sep 2018 23:21:05 +0000 (19:21 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 10 Sep 2018 23:21:14 +0000 (19:21 -0400)
development/cmake/scripts/cmingw

index 0da682160e77f0e76ce10119b7149da118b47d52..ec4a963c8bd1a5d3937fa1e119b8b7660cd0c18f 100644 (file)
@@ -16,7 +16,7 @@ while getopts ":dDh" opt; do
     d      )  CMAKE="echo $CMAKE";;
     h      )  usage;              
               exit 0;;
-    D      )  DEVEL="-DLYX_CONSOLE=FORCE _DLYX_DEBUG=ON";;
+    D      )  DEVEL="-DLYX_CONSOLE=FORCE -DLYX_DEBUG=ON";;
     /?     )  echo -e $USAGE;
               exit 1;;
   esac