diff options
Diffstat (limited to 'CC/foreign/cmake/RULES')
-rw-r--r-- | CC/foreign/cmake/RULES | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CC/foreign/cmake/RULES b/CC/foreign/cmake/RULES index 87805d5..0b1086c 100644 --- a/CC/foreign/cmake/RULES +++ b/CC/foreign/cmake/RULES @@ -3,8 +3,8 @@ [ "Data produced by CMake configure, build, and install." , "" , "All variables accessible to commands and options are: \"TMPDIR\"," - , "\"LOCALBASE\", \"CC\", \"CXX\", \"CFLAGS\", \"CXXFLAGS\", and" - , "\"LDFLAGS\". \"LOCALBASE\" contains the path to the installed artifacts" + , "\"LOCALBASE\", \"CC\", \"CXX\", \"CFLAGS\", \"CXXFLAGS\", \"LDFLAGS\"," + , "and \"AR\". \"LOCALBASE\" contains the path to the installed artifacts" , "from \"deps\"." ] , "target_fields": ["project"] @@ -249,8 +249,8 @@ [ "Library produced by CMake configure, build, and install." , "" , "All variables accessible to commands and options are: \"TMPDIR\"," - , "\"LOCALBASE\", \"CC\", \"CXX\", \"CFLAGS\", \"CXXFLAGS\", and" - , "\"LDFLAGS\". \"LOCALBASE\" contains the path to the installed artifacts" + , "\"LOCALBASE\", \"CC\", \"CXX\", \"CFLAGS\", \"CXXFLAGS\", \"LDFLAGS\"," + , "and \"AR\". \"LOCALBASE\" contains the path to the installed artifacts" , "from \"deps\"." ] , "target_fields": ["project", "deps"] |