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
7e17981c
Commit
7e17981c
authored
Feb 27, 2015
by
Gautier Pelloux-Prayer
Browse files
Makefile: by default, build-desktop install prefix is build directory instead of /usr/local/
parent
5bf7709d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile
Makefile
+4
-1
No files found.
Makefile
View file @
7e17981c
...
...
@@ -36,7 +36,10 @@ all: build-desktop
build-desktop
:
mkdir
-p
WORK/cmake-desktop
&&
\
cd
WORK/cmake-desktop
&&
\
cmake ../..
$(
filter
-D
%,
$(MAKEFLAGS)
)
&&
\
cmake ../..
\
-DCMAKE_PREFIX_PATH
=
$(PWD)
/OUTPUT
\
-DCMAKE_INSTALL_PREFIX
=
$(PWD)
/OUTPUT
\
$(
filter
-D
%,
$(MAKEFLAGS)
)
&&
\
make
clean-desktop
:
...
...
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