diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-27 16:54:18 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-09-27 16:54:18 -0400 |
commit | f6649fc31fa837a5650beb776b5f7f26e53440ec (patch) | |
tree | 16ef5a0e38883580ef637a09f314c59c52c4f84a /indra/lscript/lscript_compile | |
parent | 352698140775e62498686f80b5aa21aee85524cf (diff) | |
parent | 637fb26dd892d57a87698180adf9a8122c48b996 (diff) |
Merging sunshine-experimental into sunshine-internal
Diffstat (limited to 'indra/lscript/lscript_compile')
-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 2cfd389893..f67aa86ce9 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 |