Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CID
mirrors
libpEpAdapter
Commits
cc6dd233
Commit
cc6dd233
authored
Sep 08, 2022
by
Luca Saiu
Browse files
trivial build system fix
* test/Makefile (LDLIBS): Link libraries in a different order, respecting dependencies.
parent
f1456707
Pipeline
#5890
failed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/Makefile
View file @
cc6dd233
include
../Makefile.conf
LDFLAGS
:=
-L
../src
$(LDFLAGS)
LDLIBS
=
-lstdc
++
-lpEpEngine
-lpEp
Cxx11
-lpEpAdapter
-lPityTest11
-lpthread
-ldl
-lm
LDLIBS
=
-lstdc
++
-lpEpEngine
-lpEp
Adapter
-lpEpCxx11
-lPityTest11
-lpthread
-ldl
-lm
CXXFLAGS
:=
-I
../src
-DENGINE_TEST
=
$(ENGINE_TEST)
$(CXXFLAGS)
# Test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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