Skip to content

Commit f99b6cb

Browse files
committed
Ensure features.hpp is built with the lib alias.
1 parent 48fe280 commit f99b6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if 'sdist' in COMMAND_LINE_TARGETS:
8686
# lib -- shared library object
8787
libdiffpy = env.SharedLibrary('diffpy', env['lib_sources'])
8888
Export('libdiffpy')
89-
Alias('lib', libdiffpy)
89+
Alias('lib', [libdiffpy, env['lib_includes']])
9090
Default(libdiffpy)
9191

9292
# Define targets related to testing. Do so only when testing is requested.

0 commit comments

Comments
 (0)