Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Telatynski
Olm
Commits
5a9fdd85
Commit
5a9fdd85
authored
May 15, 2020
by
Matthew Hodgson
Browse files
remove overzealous -D param to install which breaks build on macOS
parent
05a7af8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
5a9fdd85
...
...
@@ -238,19 +238,19 @@ all: test js lib debug doc
install-headers
:
$(PUBLIC_HEADERS)
test
-d
$(DESTDIR)$(PREFIX)
/include/olm
||
$(
call
mkdir
,
$(DESTDIR)$(PREFIX)
/include/olm
)
install
-Dm644
$(PUBLIC_HEADERS)
$(DESTDIR)$(PREFIX)
/include/olm/
install
$(PUBLIC_HEADERS)
$(DESTDIR)$(PREFIX)
/include/olm/
.PHONY
:
install-headers
install-debug
:
debug install-headers
test
-d
$(DESTDIR)$(PREFIX)
/lib
||
$(
call
mkdir
,
$(DESTDIR)$(PREFIX)
/lib
)
install
-Dm755
$(DEBUG_TARGET)
$(DESTDIR)$(PREFIX)
/lib/libolm_debug.
$(SO)
.
$(VERSION)
install
$(DEBUG_TARGET)
$(DESTDIR)$(PREFIX)
/lib/libolm_debug.
$(SO)
.
$(VERSION)
ln
-sf
libolm_debug.
$(SO)
.
$(VERSION)
$(DESTDIR)$(PREFIX)
/lib/libolm_debug.
$(SO)
.
$(MAJOR)
ln
-sf
libolm_debug.
$(SO)
.
$(VERSION)
$(DESTDIR)$(PREFIX)
/lib/libolm_debug.
$(SO)
.PHONY
:
install-debug
install
:
lib install-headers
test
-d
$(DESTDIR)$(PREFIX)
/lib
||
$(
call
mkdir
,
$(DESTDIR)$(PREFIX)
/lib
)
install
-Dm755
$(RELEASE_TARGET)
$(DESTDIR)$(PREFIX)
/lib/libolm.
$(SO)
.
$(VERSION)
install
$(RELEASE_TARGET)
$(DESTDIR)$(PREFIX)
/lib/libolm.
$(SO)
.
$(VERSION)
ln
-sf
libolm.
$(SO)
.
$(VERSION)
$(DESTDIR)$(PREFIX)
/lib/libolm.
$(SO)
.
$(MAJOR)
ln
-sf
libolm.
$(SO)
.
$(VERSION)
$(DESTDIR)$(PREFIX)
/lib/libolm.
$(SO)
.PHONY
:
install
...
...
Write
Preview
Supports
Markdown
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