Skip to content

Commit d025e66

Browse files
committed
Fix faulty rebase
1 parent 29ebf18 commit d025e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/toolchain/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"""
3333

3434
from easybuild.tools.toolchain.variables import CommaSharedLibs, CommaStaticLibs
35-
from easybuild.tools.toolchain.variables import IncludePaths, LibraryList, LinkLibraryPaths
35+
from easybuild.tools.toolchain.variables import IncludePaths, LibraryList, LinkLibraryPaths, SearchPaths
3636
from easybuild.tools.variables import AbsPathList, StrList
3737

3838

0 commit comments

Comments
 (0)