| Index: base/base.gyp
|
| ===================================================================
|
| --- base/base.gyp (revision 25977)
|
| +++ base/base.gyp (working copy)
|
| @@ -391,6 +391,15 @@
|
| ],
|
| },
|
| ],
|
| + [ 'OS == "linux"', {
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + # We need rt for clock_gettime().
|
| + '-lrt',
|
| + ],
|
| + },
|
| + },
|
| + ],
|
| ],
|
| 'dependencies': [
|
| '../build/util/build_util.gyp:lastchange',
|
| @@ -400,12 +409,6 @@
|
| 'cflags': [
|
| '-Wno-write-strings',
|
| ],
|
| - 'link_settings': {
|
| - 'libraries': [
|
| - # We need rt for clock_gettime().
|
| - '-lrt',
|
| - ],
|
| - },
|
| 'export_dependent_settings': [
|
| '../build/linux/system.gyp:gtk',
|
| ],
|
|
|