Skip to content

Commit 0bf3059

Browse files
committed
Fix linux build to use C++ link step
1 parent 38d4bfa commit 0bf3059

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ext/jsonnet/extconf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ def using_system_libraries?
77

88
dir_config('jsonnet')
99

10+
RbConfig::MAKEFILE_CONFIG['LDSHARED'] = '$(CXX) -shared'
1011
unless using_system_libraries?
1112
message "Building jsonnet using packaged libraries.\n"
1213
require 'rubygems'

lib/jsonnet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Jsonnet
2-
VERSION = "0.5.0"
2+
VERSION = "0.5.1"
33
end

0 commit comments

Comments
 (0)