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
Zenroom
Zenroom
Commits
b9511c0d
Commit
b9511c0d
authored
Sep 14, 2018
by
Jaromil
Browse files
always use CC for -shared linking of python modules
parent
ab129388
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
b9511c0d
...
...
@@ -55,7 +55,7 @@ linux-lib: ${SOURCES}
${CC}
${CFLAGS}
${SOURCES}
-o
libzenroom-
${ARCH}
-
${VERSION}
-
${BRANCH}
-
${HASH}
.so
${LDFLAGS}
${LDADD}
python
:
${SOURCES}
${
LD
}
-shared
${SOURCES}
zen_python.o
-o
_zenroom.so
${LDFLAGS}
${LDADD}
$(
shell
pkg-config python
--libs
)
${
CC
}
-shared
${SOURCES}
zen_python.o
-o
_zenroom.so
${LDFLAGS}
${LDADD}
go
:
${SOURCES}
${LD}
-shared
${SOURCES}
zen_go.o
-o
libzenroomgo.so
${LDFLAGS}
${LDADD}
...
...
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