File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959 "OPENZWAVE_SECURITY=<!@(find <(OZW_INC) -name ZWSecurity.h | wc -l)" ,
6060 "OPENZWAVE_EXCEPTIONS=<!@(find <(OZW_INC) -name OZWException.h | wc -l)" ,
6161 "OPENZWAVE_16=<!@(find <(OZW_INC) -name ValueBitSet.h | wc -l)" ,
62- "OPENZWAVE_VALUETYPE_FROM_ENUM=<!@(ldconfig -p | grep ' libopenzwave.so ' | awk '{print $4}' | xargs nm -g --demangle | grep OpenZWave::Value::GetTypeNameFromEnum | wc -l)" ,
63- "OPENZWAVE_VALUETYPE_FROM_VALUEID=<!@(ldconfig -p | grep ' libopenzwave.so ' | awk '{print $4}' | xargs nm -g --demangle | grep OpenZWave::ValueID::GetTypeAsString | wc -l)" ,
62+ "OPENZWAVE_VALUETYPE_FROM_ENUM=<!@(symbols <(OZW_LIB_PATH)/ libopenzwave.dylib | awk '{print $4}' | grep OpenZWave::Value::GetTypeNameFromEnum | wc -l)" ,
63+ "OPENZWAVE_VALUETYPE_FROM_VALUEID=<!@(symbols <(OZW_LIB_PATH)/ libopenzwave.dylib | awk '{print $4}' | grep OpenZWave::ValueID::GetTypeAsString | wc -l)" ,
6464 ],
6565 "link_settings" : {
6666 "libraries" : [
You can’t perform that action at this time.
0 commit comments