Skip to content

Commit

Permalink
revert copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
brinoausrino committed Aug 30, 2019
1 parent 3ff92b5 commit 37b5cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofxProjectGenerator/src/addons/ofAddon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void ofAddon::parseVariableValue(string variable, string value, bool addToValue,
}

if(variable == "ADDON_DATA"){
addReplaceStringVector(data,value,addonRelPath,addToValue);
addReplaceStringVector(data,value,"",addToValue);
}

if(variable == "ADDON_LIBS_EXCLUDE"){
Expand Down

0 comments on commit 37b5cbf

Please sign in to comment.