diff options
author | Nyx Linden <nyx@lindenlab.com> | 2012-09-27 22:10:59 +0000 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2012-09-27 22:10:59 +0000 |
commit | 3db6e3d9ec6c0b5a4cc9e825ee0c70eaa1461c98 (patch) | |
tree | 84afbf56bef0b22098e86e81276961c72dd1262e /indra/lscript | |
parent | 3844f4328b03ce25e4fcc5083e9cd106876acf6f (diff) | |
parent | 76aa05e51fca9f3288c045083218245b0c84d1dd (diff) |
merge
Diffstat (limited to 'indra/lscript')
-rw-r--r-- | indra/lscript/lscript_compile/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/lscript/lscript_compile/CMakeLists.txt b/indra/lscript/lscript_compile/CMakeLists.txt index f67aa86ce9..2cfd389893 100644 --- a/indra/lscript/lscript_compile/CMakeLists.txt +++ b/indra/lscript/lscript_compile/CMakeLists.txt @@ -115,7 +115,7 @@ if (WINDOWS) COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/bison.bat ARGS ${BISON} ${M4_PATH} - -p indra_ + -p indra_ -d -o ${CMAKE_CURRENT_BINARY_DIR}/indra.y.cpp ${CMAKE_CURRENT_SOURCE_DIR}/indra.y DEPENDS |