diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-07-03 11:56:43 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-07-10 11:26:29 +0200 |
commit | 087dd033bec0bd12e0b2cde0a48163c5093b3dd6 (patch) | |
tree | 9e5f71da789d920934d211d53aff65eb43bda39b /CC/foreign/cmake/RULES | |
parent | fc702619ed6547609a8ac2bf6753858942bb6524 (diff) | |
download | rules-cc-087dd033bec0bd12e0b2cde0a48163c5093b3dd6.tar.gz |
cmake: Make $(AR) available to 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"] |