File tree Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,15 @@ headers = [config_h] + files(
113
113
' repl.hh' ,
114
114
)
115
115
116
+ subdir (' nix-meson-build-support/export-all-symbols' )
117
+ subdir (' nix-meson-build-support/windows-version' )
118
+
116
119
this_library = library (
117
120
' nixcmd' ,
118
121
sources,
119
122
dependencies : deps_public + deps_private + deps_other,
123
+ include_directories : include_dirs,
124
+ link_args : linker_export_flags,
120
125
prelink : true , # For C++ static initializers
121
126
install : true ,
122
127
)
Original file line number Diff line number Diff line change @@ -187,13 +187,18 @@ headers = [config_h] + files(
187
187
188
188
subdir (' primops' )
189
189
190
+ subdir (' nix-meson-build-support/export-all-symbols' )
191
+ subdir (' nix-meson-build-support/windows-version' )
192
+
190
193
this_library = library (
191
194
' nixexpr' ,
192
195
sources,
193
196
parser_tab,
194
197
lexer_tab,
195
198
generated_headers,
196
199
dependencies : deps_public + deps_private + deps_other,
200
+ include_directories : include_dirs,
201
+ link_args : linker_export_flags,
197
202
prelink : true , # For C++ static initializers
198
203
install : true ,
199
204
)
Original file line number Diff line number Diff line change @@ -76,10 +76,15 @@ headers = files(
76
76
' tarball.hh' ,
77
77
)
78
78
79
+ subdir (' nix-meson-build-support/export-all-symbols' )
80
+ subdir (' nix-meson-build-support/windows-version' )
81
+
79
82
this_library = library (
80
83
' nixfetchers' ,
81
84
sources,
82
85
dependencies : deps_public + deps_private + deps_other,
86
+ include_directories : include_dirs,
87
+ link_args : linker_export_flags,
83
88
prelink : true , # For C++ static initializers
84
89
install : true ,
85
90
)
Original file line number Diff line number Diff line change @@ -58,10 +58,15 @@ headers = files(
58
58
' flake/url-name.hh' ,
59
59
)
60
60
61
+ subdir (' nix-meson-build-support/export-all-symbols' )
62
+ subdir (' nix-meson-build-support/windows-version' )
63
+
61
64
this_library = library (
62
65
' nixflake' ,
63
66
sources,
64
67
dependencies : deps_public + deps_private + deps_other,
68
+ include_directories : include_dirs,
69
+ link_args : linker_export_flags,
65
70
prelink : true , # For C++ static initializers
66
71
install : true ,
67
72
)
Original file line number Diff line number Diff line change @@ -82,10 +82,15 @@ headers = [config_h] + files(
82
82
' shared.hh' ,
83
83
)
84
84
85
+ subdir (' nix-meson-build-support/export-all-symbols' )
86
+ subdir (' nix-meson-build-support/windows-version' )
87
+
85
88
this_library = library (
86
89
' nixmain' ,
87
90
sources,
88
91
dependencies : deps_public + deps_private + deps_other,
92
+ include_directories : include_dirs,
93
+ link_args : linker_export_flags,
89
94
prelink : true , # For C++ static initializers
90
95
install : true ,
91
96
)
You can’t perform that action at this time.
0 commit comments