diff options
Diffstat (limited to 'etc/import/TARGETS.protobuf')
-rw-r--r-- | etc/import/TARGETS.protobuf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/import/TARGETS.protobuf b/etc/import/TARGETS.protobuf index 0cc376fc..fc2e09c8 100644 --- a/etc/import/TARGETS.protobuf +++ b/etc/import/TARGETS.protobuf @@ -16,6 +16,7 @@ , "DEBUG" , "CXX" , "CXXFLAGS" + , "ADD_CXXFLAGS" , "AR" , "ENV" ] @@ -33,6 +34,7 @@ , "DEBUG" , "CXX" , "CXXFLAGS" + , "ADD_CXXFLAGS" , "AR" , "ENV" ] @@ -55,8 +57,10 @@ , "DEBUG" , "CXX" , "CXXFLAGS" + , "ADD_CXXFLAGS" , "CC" , "CFLAGS" + , "ADD_CFLAGS" , "AR" , "ENV" ] |