mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 16:45:10 +02:00
9 lines
244 B
Text
9 lines
244 B
Text
# Template file for 'gcc-objc++'.
|
|
#
|
|
depends="gcc-c++>=${_majorver} gcc-objc>=${_majorver}"
|
|
short_desc="GCC Objective-C++ support"
|
|
|
|
do_install() {
|
|
vmove usr/lib/gcc/${_triplet}/${_majorver}/cc1objplus \
|
|
usr/lib/gcc/${_triplet}/${_majorver}
|
|
}
|