Skip to content
Snippets Groups Projects
Commit 24d1be20 authored by whh8b's avatar whh8b
Browse files

Do not link librewrite. zipr already does that.

parent 0c9aea7b
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ libpath='''
'''
myenv.Append(CCFLAGS=" -Wall ")
myenv=myenv.Clone(CPPPATH=Split(cpppath), LIBS=Split(libs), LIBPATH=Split(libpath), SHLIBSUFFIX=".zpi", SHLIBPREFIX="")
myenv=myenv.Clone(CPPPATH=Split(cpppath), LIBPATH=Split(libpath), SHLIBSUFFIX=".zpi", SHLIBPREFIX="")
lib=myenv.SharedLibrary("nonce_relocs", Split(files))
install=myenv.Install("$ZIPR_INSTALL/plugins/", 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