diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-27 22:01:40 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-27 22:01:40 +0000 |
commit | 793dde16f371408948474d31f9275ea4031b65aa (patch) | |
tree | 57d46ee9729c2b1888634ce080ce04d4cc2607f3 /indra/lscript | |
parent | 4f93192e7d00f1f03e0e5241e9f1d2f31623729c (diff) | |
parent | 352698140775e62498686f80b5aa21aee85524cf (diff) |
Merge sunshine-internal -> sunshine-experimental
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 13cbd3ffd2..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 |