mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use RUBY_PROGRAM_VERSION as version in pkg-config file [ci skip]
So that ABI version is not included in it even on the develepment branch.
This commit is contained in:
parent
be08e1b14c
commit
3785049c9f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ DLDFLAGS=@DLDFLAGS@
|
||||||
|
|
||||||
Name: Ruby
|
Name: Ruby
|
||||||
Description: Object Oriented Script Language
|
Description: Object Oriented Script Language
|
||||||
Version: ${ruby_version}
|
Version: ${RUBY_PROGRAM_VERSION}
|
||||||
URL: https://www.ruby-lang.org
|
URL: https://www.ruby-lang.org
|
||||||
Cflags: -I${rubyarchhdrdir} -I${rubyhdrdir}
|
Cflags: -I${rubyarchhdrdir} -I${rubyhdrdir}
|
||||||
Libs: ${DLDFLAGS} ${LIBRUBYARG_SHARED} ${LIBS}
|
Libs: ${DLDFLAGS} ${LIBRUBYARG_SHARED} ${LIBS}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue