| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index 4a7e857efc15370f94a8d2950db4a17eee03dcf6..455dee0f5701ac7176b8a2e5056b430844668909 100644
|
| --- a/build/linux/system.gyp
|
| +++ b/build/linux/system.gyp
|
| @@ -415,9 +415,6 @@
|
| {
|
| 'target_name': 'libbrlapi',
|
| 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../../base/base.gyp:base',
|
| - ],
|
| 'all_dependent_settings': {
|
| 'include_dirs': [
|
| '<(SHARED_INTERMEDIATE_DIR)',
|
| @@ -435,6 +432,9 @@
|
| }],
|
| ],
|
| },
|
| + 'include_dirs': [
|
| + '../..',
|
| + ],
|
| 'hard_dependency': 1,
|
| 'actions': [
|
| {
|
|
|