Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
a3660efa
Commit
a3660efa
authored
Sep 10, 2014
by
Ghislain MARY
Browse files
Fix build of Python module on Windows.
parent
ad16d328
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configs/python/CMakeLists.txt
configs/python/CMakeLists.txt
+1
-1
No files found.
configs/python/CMakeLists.txt
View file @
a3660efa
...
...
@@ -117,7 +117,7 @@ set(PYLINPHONE_LINK_LIBRARIES ${LINPHONE_LIBRARIES})
if
(
WIN32
)
find_library
(
GCC_LIBRARIES gcc
)
find_library
(
MINGWEX_LIBRARIES mingwex
)
list
(
APPEND PYLINPHONE_LINK_LIBRARIES
${
GCC_LIBRARIES
}
${
MINGWEX_LIBRARIES
}
)
list
(
APPEND PYLINPHONE_LINK_LIBRARIES
${
PYTHON_LIBRARIES
}
${
GCC_LIBRARIES
}
${
MINGWEX_LIBRARIES
}
)
endif
()
target_link_libraries
(
pylinphone
${
PYLINPHONE_LINK_LIBRARIES
}
)
string
(
REPLACE
";"
" "
LINPHONE_LDFLAGS_STR
"
${
LINPHONE_LDFLAGS
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment