We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fe280 commit f99b6cbCopy full SHA for f99b6cb
src/SConscript
@@ -86,7 +86,7 @@ if 'sdist' in COMMAND_LINE_TARGETS:
86
# lib -- shared library object
87
libdiffpy = env.SharedLibrary('diffpy', env['lib_sources'])
88
Export('libdiffpy')
89
-Alias('lib', libdiffpy)
+Alias('lib', [libdiffpy, env['lib_includes']])
90
Default(libdiffpy)
91
92
# Define targets related to testing. Do so only when testing is requested.
0 commit comments