[libsoup/master.msvc: 1/2] meson.build: Fix Windows config for ntlm-auth
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/master.msvc: 1/2] meson.build: Fix Windows config for ntlm-auth
- Date: Mon, 19 Apr 2021 09:33:45 +0000 (UTC)
commit 17c6cfe361cd1d2cadc7e488c27fcb84a986a56b
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Apr 19 17:30:19 2021 +0800
meson.build: Fix Windows config for ntlm-auth
There is no ntlm-auth program for Windows, so just use a dummy dependency for
it on Windows builds.
meson.build | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/meson.build b/meson.build
index 31430cd1..c1dabece 100644
--- a/meson.build
+++ b/meson.build
@@ -339,6 +339,8 @@ if host_machine.system() != 'windows'
add_project_arguments('-DUSE_NTLM_AUTH=1', language : 'c')
add_project_arguments('-DNTLM_AUTH="' + ntlm_auth.path() + '"', language : 'c')
endif
+else
+ ntlm_auth = dependency('', required: false)
endif
#########################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]