VSTUDIO_CONFIG is used when generating the windows installer.

If the parameter passed to configure `--with-vstudiotarget` is not specified
to configure we default it to `Default`

Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>
---
 m4/openvswitch.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4
index 6fe79297e..c9daba6b5 100644
--- a/m4/openvswitch.m4
+++ b/m4/openvswitch.m4
@@ -158,7 +158,7 @@ AC_ARG_WITH([vstudiotarget],
 
             VSTUDIO_CONFIG=$withval
          ], [
-            VSTUDIO_CONFIG=
+            VSTUDIO_CONFIG="Debug"
          ]
       )
 
-- 
2.27.0.windows.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to