A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nodejs/node/commit/c114082b12 below:

fix include_dirs of nbytes · nodejs/node@c114082 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+3

-3

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+3

-3

lines changed Original file line number Diff line number Diff line change

@@ -6,9 +6,9 @@

6 6

{

7 7

'target_name': 'nbytes',

8 8

'type': 'static_library',

9 -

'include_dirs': ['src', 'include'],

9 +

'include_dirs': ['include'],

10 10

'direct_dependent_settings': {

11 -

'include_dirs': ['src', 'include'],

11 +

'include_dirs': ['include'],

12 12

},

13 13

'sources': [ '<@(nbytes_sources)' ]

14 14

},

Original file line number Diff line number Diff line change

@@ -9,7 +9,7 @@ import("$node_v8_path/gni/v8.gni")

9 9

# prevent accidental edits from contributors.

10 10

template("nbytes_gn_build") {

11 11

config("nbytes_config") {

12 -

include_dirs = [ "." ]

12 +

include_dirs = [ "include" ]

13 13

}

14 14 15 15

gypi_values = exec_script("../../tools/gypi_to_gn.py",

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4