You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Have a target of type none
2. Attempt to place a link_settings section inside of it
Take a look at ffmpeg.gyp:
http://src.chromium.org/viewvc/chrome/trunk/src/third_party/ffmpeg/ffmpeg.gyp
?revision=19579&view=markup
The settings do not get propagated to executables and shared libraries. The
current workaround is to place it inside of a direct_dependent_settings
section, which will make the media lib pick up the link_settings, where it
will then propagate to executables and shared libraries.
Original issue reported on code.google.com by scherkus@chromium.org on 30 Jun 2009 at 10:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
scherkus@chromium.org
on 30 Jun 2009 at 10:53The text was updated successfully, but these errors were encountered: