diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/CppunitTest_connectivity_commontools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/CppunitTest_connectivity_commontools.mk b/connectivity/CppunitTest_connectivity_commontools.mk index 9c2e6450a2f9..a8f4976310df 100644 --- a/connectivity/CppunitTest_connectivity_commontools.mk +++ b/connectivity/CppunitTest_connectivity_commontools.mk @@ -22,7 +22,7 @@ $(eval $(call gb_CppunitTest_use_external,connectivity_commontools,boost_headers $(eval $(call gb_CppunitTest_use_sdk_api,connectivity_commontools)) ifeq ($(COM),GCC) -ifneq ($(COM_GCC_IS_CLANG),TRUE) +ifneq ($(COM_IS_CLANG),TRUE) $(eval $(call gb_CppunitTest_add_cxxflags,connectivity_commontools,\ -fpermissive \ )) |