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
ab129388
Commit
ab129388
authored
Sep 14, 2018
by
Jaromil
Browse files
ld linker passed to make flags
parent
7e84ee3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ab129388
...
...
@@ -137,14 +137,14 @@ linux-python: apply-patches lua53 milagro lpeglabel
swig
-python
${pwd}
/build/swig.i
${gcc}
${cflags}
-c
${pwd}
/build/swig_wrap.c
\
-o
src/zen_python.o
CC
=
${gcc}
CFLAGS
=
"
${cflags}
"
LDFLAGS
=
"
${ldflags}
"
LDADD
=
"
${ldadd}
"
\
CC
=
${gcc}
LD
=
${ld}
CFLAGS
=
"
${cflags}
"
LDFLAGS
=
"
${ldflags}
"
LDADD
=
"
${ldadd}
"
\
make
-C
src python
osx-python
:
apply-patches lua53 milagro lpeglabel
swig
-python
${pwd}
/build/swig.i
${gcc}
${cflags}
-c
${pwd}
/build/swig_wrap.c
\
-o
src/zen_python.o
CC
=
${gcc}
CFLAGS
=
"
${cflags}
"
LDFLAGS
=
"
${ldflags}
"
LDADD
=
"
${ldadd}
"
\
CC
=
${gcc}
LD
=
${ld}
CFLAGS
=
"
${cflags}
"
LDFLAGS
=
"
${ldflags}
"
LDADD
=
"
${ldadd}
"
\
make
-C
src python
linux-go
:
apply-patches lua53 milagro lpeglabel
...
...
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