Skip to content

Commit 732c210

Browse files
committed
removed leftovers from PREPROCESSOR
1 parent 37b5cbf commit 732c210

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ofxProjectGenerator/src/addons/ofAddon.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,6 @@ void ofAddon::parseVariableValue(string variable, string value, bool addToValue,
266266
addReplaceStringVector(cflags,value,"",addToValue);
267267
}
268268

269-
if (variable == "ADDON_PREPROCESSOR_DEFINITIONS") {
270-
addReplaceStringVector(preprocessorDefinitions, value, "", addToValue);
271-
}
272-
273269
if(variable == "ADDON_CPPFLAGS"){
274270
addReplaceStringVector(cppflags,value,"",addToValue);
275271
}

0 commit comments

Comments
 (0)