blob: 0a33e834b1af569ef8a6c38980bd6ce4cf5d99a4 (
plain)
1
2
3
4
5
6
7
8
|
#
# This spec file is read by gdc when linking.
# It is used to specify the libraries we need to link in, in the right
# order.
#
%rename lib liborig_gdc_renamed
*lib: @SPEC_PHOBOS_DEPS@ %(liborig_gdc_renamed)
|