Skip to content
Snippets Groups Projects
Commit 9c6651ad authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Updated to latest elfio.

parent 8a0ab3b3
No related branches found
No related tags found
1 merge request!17Update elfio
Pipeline #20341 failed
......@@ -38,7 +38,7 @@ LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS=Split("")
myenv=myenv.Clone(CPPPATH=Split(cpppath))
myenv.Append(CXXFLAGS = " -std=c++11 -Wall -Werror -fmax-errors=2 -fPIC ")
myenv.Append(CXXFLAGS = " -std=c++14 -Wall -Werror -fmax-errors=2 -fPIC ")
lib1=myenv.Library("ehp", Split(files), LIBPATH=LIBPATH, LIBS=LIBS)
install1=myenv.Install("../lib/", lib1)
......
Subproject commit 9f9407d3018fb4317e56bb78a74b9cdbf6c96306
Subproject commit be202e3107e2f5e02fdc3f676bebb5d63e7711b4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment