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
ffc85a35
Commit
ffc85a35
authored
Feb 18, 2014
by
Ghislain MARY
Browse files
Define PKG_CONFIG_PATH when building for desktop on UNIX.
parent
0e47bcdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
toolchains/toolchain-desktop.cmake
toolchains/toolchain-desktop.cmake
+6
-1
No files found.
toolchains/toolchain-desktop.cmake
View file @
ffc85a35
...
...
@@ -20,4 +20,9 @@
#
############################################################################
# Default toolchain, use native environment. Nothing to be done.
# Default toolchain, use native environment.
# Adjust PKG_CONFIG_PATH to include install directory
if
(
UNIX
)
set
(
LINPHONE_BUILDER_PKG_CONFIG_PATH
"
${
CMAKE_INSTALL_PREFIX
}
/lib/pkgconfig/:$ENV{PKG_CONFIG_PATH}:/usr/lib/pkgconfig/:/usr/lib/x86_64-linux-gnu/pkgconfig/:/usr/share/pkgconfig/:/usr/local/lib/pkgconfig/:/opt/local/lib/pkgconfig/"
)
endif
(
UNIX
)
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