We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d4bfa commit 0bf3059Copy full SHA for 0bf3059
ext/jsonnet/extconf.rb
@@ -7,6 +7,7 @@ def using_system_libraries?
7
8
dir_config('jsonnet')
9
10
+RbConfig::MAKEFILE_CONFIG['LDSHARED'] = '$(CXX) -shared'
11
unless using_system_libraries?
12
message "Building jsonnet using packaged libraries.\n"
13
require 'rubygems'
lib/jsonnet/version.rb
@@ -1,3 +1,3 @@
1
module Jsonnet
2
- VERSION = "0.5.0"
+ VERSION = "0.5.1"
3
end
0 commit comments