mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 09:54:52 +00:00
6 lines
232 B
Diff
6 lines
232 B
Diff
|
--- a/cmake/libutils.cmake
|
||
|
+++ b/cmake/libutils.cmake
|
||
|
@@ -345 +345 @@ MACRO(MERGE_CONVENIENCE_LIBRARIES)
|
||
|
- COMMAND /usr/bin/libtool -static -o $<TARGET_FILE:${TARGET}>
|
||
|
+ COMMAND libtool -static -o $<TARGET_FILE:${TARGET}>
|