From 77589b0d2f860e73b5b0348044e0a1182a7fa949 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 31 Jan 2023 15:06:31 +0100 Subject: cmake: Remove ineffective CMAKE_AR from configure arguments --- CC/foreign/cmake/EXPRESSIONS | 1 - 1 file changed, 1 deletion(-) (limited to 'CC/foreign') diff --git a/CC/foreign/cmake/EXPRESSIONS b/CC/foreign/cmake/EXPRESSIONS index a3fd429..fe5931e 100644 --- a/CC/foreign/cmake/EXPRESSIONS +++ b/CC/foreign/cmake/EXPRESSIONS @@ -44,7 +44,6 @@ , "cond": {"type": "var", "name": "BUILD_POSITION_INDEPENDENT"} , "then": ["-DCMAKE_POSITION_INDEPENDENT_CODE=ON"] } - , [{"type": "join", "$1": ["-DCMAKE_AR=/usr/bin/ar"]}] ] } ] -- cgit v1.2.3