diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2022-11-20 09:15:17 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2022-11-23 08:44:48 -0500 |
commit | d6674004c0c1738523d39952657789f3b0f971f3 (patch) | |
tree | de4ff8b45b7a97340c499a4e89607f47b1c5110f /src | |
parent | d0f555ac54704d3059bbc726b58beee783ebdc09 (diff) | |
download | lighttpd-git-d6674004c0c1738523d39952657789f3b0f971f3.tar.gz |
[meson] remove use of non-existent win32 xgetopt.c
Diffstat (limited to 'src')
-rw-r--r-- | src/meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/meson.build b/src/meson.build index f3534600..6a274820 100644 --- a/src/meson.build +++ b/src/meson.build @@ -543,9 +543,7 @@ common_src = files( 'sys-setjmp.c', 'vector.c', ) -if target_machine.system() == 'windows' - common_src += files('xgetopt.c') -endif + main_src = files( 'configfile.c', 'connections.c', |