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
@ -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…
x
Reference in New Issue
Block a user