gnu: %objc++-search-paths: Express using $LIBRARY_PATH.

* gnu/packages/gcc.scm (%objc++-search-paths): Express using $LIBRARY_PATH.
This commit is contained in:
Maxim Cournoyer 2023-10-05 21:27:39 -04:00 committed by Ludovic Courtès
parent 18631c4d5c
commit 7ee764bbe5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -1373,9 +1373,7 @@ provides the GNU compiler for the Go programming language."))
(list (search-path-specification
(variable "OBJCPLUS_INCLUDE_PATH")
(files '("include")))
(search-path-specification
(variable "LIBRARY_PATH")
(files '("lib" "lib64")))))
$LIBRARY_PATH))
(define-public gcc-objc++-4.8
(custom-gcc gcc-4.8 "gcc-objc++" '("obj-c++")