openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

typo in libs/openFrameworksCompiled/project/makefileCommon/config.project.make #124

Closed sphaero closed 11 years ago

sphaero commented 11 years ago

line: OF_PROJECT_LDFLAGS += $(USER_LDLAGS) # legacy should be OF_PROJECT_LDFLAGS += $(USER_LDFLAGS) # legacy

kalwalt commented 11 years ago

yes do you @sphaero intend here: https://github.com/openFrameworks-RaspberryPi/openFrameworks/blob/develop-raspberrypi/libs/openFrameworksCompiled/project/makefileCommon/config.project.mk#L340

maybe this was the reason because when i set the LD_FLAGS this won't works...

sphaero commented 11 years ago

Indeed I do. It's a legacy option used a lot in config.make in your project.

Sent from my mobile

On 1 feb. 2013, at 18:34, Walter Perdan notifications@github.com wrote:

yes do you @sphaero intend here: https://github.com/openFrameworks-RaspberryPi/openFrameworks/blob/develop-raspberrypi/libs/openFrameworksCompiled/project/makefileCommon/config.project.mk#L340

maybe this was the reason because when i set the LD_FLAGS this won't works...

— Reply to this email directly or view it on GitHub.

arturoc commented 11 years ago

thanks! it's fixed now