Skip to content
Snippets Groups Projects
Commit f576fe9e authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

windows: fix contrib build

Change-Id: I3276506fbcf2a8092e2175daed806d90f0963f3f
parent 3062351d
Branches
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ option(JAMI_VIDEO "Build with video support" ON)
option(BUILD_CONTRIB "Build contrib to CONTRIB_PATH" ON)
option(BUILD_EXTRA_TOOLS "Build extra tools" OFF)
if(NOT MSVC)
################################################################################
# Contrib
################################################################################
......@@ -96,6 +97,7 @@ if (BUILD_CONTRIB)
execute_process(COMMAND make
WORKING_DIRECTORY ${CONTRIB_BUILD_PATH})
endif()
endif()
################################################################################
# Check dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment