diff --git a/src/tools/bfs_shell/Jamfile b/src/tools/bfs_shell/Jamfile index e6cf19ba33..c9d15ac9dc 100644 --- a/src/tools/bfs_shell/Jamfile +++ b/src/tools/bfs_shell/Jamfile @@ -61,5 +61,5 @@ BuildPlatformMain bfs_fuse $(bfsSource) : fuse_module.a $(libHaikuCompat) $(HOST_LIBSUPC++) $(HOST_LIBSTDC++) - $(HOST_LIBROOT) $(fsShellCommandLibs) fuse + $(HOST_STATIC_LIBROOT) $(fsShellCommandLibs) fuse ;