chore(third_party/nix): Dump of minor accumulated changes
None of these are worthy of a specific commit, or even have a real reason behind them, but I didn't want to lose them.
This commit is contained in:
parent
ddd059e0fa
commit
ffb2ae54be
5 changed files with 5 additions and 25 deletions
18
third_party/nix/src/libstore/meson.build
vendored
18
third_party/nix/src/libstore/meson.build
vendored
|
@ -1,12 +1,6 @@
|
|||
# Nix lib store build file
|
||||
#============================================================================
|
||||
|
||||
|
||||
|
||||
|
||||
# src files
|
||||
#============================================================================
|
||||
|
||||
src_inc += include_directories('.')
|
||||
|
||||
libstore_src = files(
|
||||
|
@ -96,9 +90,6 @@ if sys_name.contains('freebsd')
|
|||
libstore_dep_list += libdl_dep
|
||||
endif
|
||||
|
||||
|
||||
|
||||
|
||||
# Link args
|
||||
#============================================================================
|
||||
|
||||
|
@ -107,9 +98,6 @@ libstore_link_list = [
|
|||
|
||||
libstore_link_args = []
|
||||
|
||||
|
||||
|
||||
|
||||
# compiler args
|
||||
#============================================================================
|
||||
|
||||
|
@ -126,9 +114,6 @@ libstore_cxx_args = [
|
|||
'-DSANDBOX_SHELL="@0@" '.format(get_option('sandbox_shell')),
|
||||
'-DLSOF="@0@" '.format(lsof)]
|
||||
|
||||
|
||||
|
||||
|
||||
# targets
|
||||
#============================================================================
|
||||
|
||||
|
@ -144,9 +129,6 @@ libstore_src += custom_target(
|
|||
input : 'schema.sql',
|
||||
command : [bash, '-c', gen_header, 'sh', '@OUTPUT@'])
|
||||
|
||||
|
||||
|
||||
|
||||
# build
|
||||
#============================================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue