Skip to content

Commit e11781e

Browse files
2bbbarturoc
authored andcommitted
fix verbose logging about defines on xcodeProject (#179)
1 parent 96d97bb commit e11781e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ofxProjectGenerator/src/projects/xcodeProject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ void xcodeProject::addAddon(ofAddon & addon){
12521252
addSrc(addon.srcFiles[i],addon.filesToFolders[addon.srcFiles[i]]);
12531253
}
12541254
for(int i=0;i<(int)addon.defines.size(); i++){
1255-
ofLogVerbose() << "adding addon defines: " << addon.srcFiles[i];
1255+
ofLogVerbose() << "adding addon defines: " << addon.defines[i];
12561256
addDefine(addon.defines[i]);
12571257
}
12581258

0 commit comments

Comments
 (0)