From 087dd033bec0bd12e0b2cde0a48163c5093b3dd6 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 3 Jul 2023 11:56:43 +0200 Subject: cmake: Make $(AR) available to options --- CC/foreign/cmake/RULES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CC/foreign/cmake/RULES') 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"] -- cgit v1.2.3