Просмотр исходного кода

Do not hardcode dll paths in libraries. That's not really needed, and
would force us to relink all libraries when staging.

Now that libraries do not hardcode dll paths, add a check that correct
-rpath-link options are added. When staging, we don't hardcode-dll-paths,
and libraries never hardcode dll paths, so if there's a long chain of
libraries, we should add -rpath-link, otherwise the linker won't find
the dynamic libraries and will complain.


[SVN r25756]

Vladimir Prus 22 лет назад
Родитель
Сommit
995770b429
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit d6e1f357602a9c41a5d7f72b89801d67f58fb770
+Subproject commit faecbd85323dfcf25850a22c66ced9734ae0c905

粤ICP备19079148号