File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,13 @@ def target_object_files
7777 $LIBPATH = [ "#{ recipe . path } /lib" ] | $LIBPATH
7878 $CPPFLAGS << " -I#{ recipe . path } /include"
7979
80- # jsonnet_wrap extension must be linked with c++ stdlib because
81- # the C++ library Rapid YAML is being statically linked.
82- rbconfig = RbConfig ::MAKEFILE_CONFIG
83- if rbconfig [ 'LDSHAREDXX' ]
84- rbconfig [ 'LDSHARED' ] = rbconfig [ 'LDSHAREDXX' ]
85- end
80+ end
81+
82+ # jsonnet_wrap extension must be linked with c++ stdlib because
83+ # the C++ library Rapid YAML is being statically linked.
84+ rbconfig = RbConfig ::MAKEFILE_CONFIG
85+ if rbconfig [ 'LDSHAREDXX' ]
86+ rbconfig [ 'LDSHARED' ] = rbconfig [ 'LDSHAREDXX' ]
8687end
8788
8889abort 'libjsonnet.h not found' unless have_header ( 'libjsonnet.h' )
Original file line number Diff line number Diff line change 11module Jsonnet
2- VERSION = "0.5.1 "
2+ VERSION = "0.5.2 "
33end
You can’t perform that action at this time.
0 commit comments