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

Merge branch 'master' of git.zephyr-software.com:opensrc/libehp

parents 74587edf b965c68d
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,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")
myenv.Append(CXXFLAGS = " -std=c++11 -Wall -Werror -fmax-errors=2 -fPIC ")
lib=myenv.Library("ehp", Split(files), LIBPATH=LIBPATH, LIBS=LIBS)
install=myenv.Install("../lib/", lib)
......
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