From 9c9786ff4c74aa5b786e3a0fc58d8a62e12e6450 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 18 Feb 2024 06:33:00 +0000 Subject: build system: ccenv: detect compiler support of visibility attributes. --- sofort/ccenv/ccenv.vars | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sofort/ccenv/ccenv.vars') diff --git a/sofort/ccenv/ccenv.vars b/sofort/ccenv/ccenv.vars index 41eb327..054b638 100644 --- a/sofort/ccenv/ccenv.vars +++ b/sofort/ccenv/ccenv.vars @@ -82,6 +82,12 @@ ccenv_windrc= ccenv_pkgconf= +# visibility attributes +ccenv_attr_visibility_default= +ccenv_attr_visibility_hidden= +ccenv_attr_visibility_internal= +ccenv_attr_visibility_protected= + # cflags ccenv_cflags_os= ccenv_cflags_pic= -- cgit v1.2.3