[Scons-users] relationship between sharedlibrary and loadablemodule?

Daniel Holth dholth at gmail.com
Wed Jul 6 23:45:22 EDT 2016


I've been working on some code that pulls distutils compiler arguments into
scons, but it doesn't update LoadableModule. Is LoadableModule only related
to LINKFLAGS and not SHLINKFLAGS?

Thanks

    compiler = ext.compiler    env.Replace(CC=compiler.compiler[0])
env.Replace(CFLAGS=compiler.compiler[1:])
env.Replace(CXX=compiler.compiler_cxx[0])
env.Replace(LINKFLAGS=compiler.linker_exe[1:])
env.Replace(SHLINKFLAGS=compiler.linker_so[1:])
env.Append(CPPPATH=compiler.include_dirs)
env.Append(LIBPATH=compiler.library_dirs)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20160707/0e0935d5/attachment.html>


More information about the Scons-users mailing list