Skip to content

Commit

Permalink
Merge pull request #145 from glebm/patch-3
Browse files Browse the repository at this point in the history
Do not build precompiled gems for Linux
  • Loading branch information
bolandrm authored Aug 27, 2019
2 parents 84e63a8 + f26f2a1 commit 104f9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Rake::ExtensionTask.new('libsass', gem_spec) do |ext|
ext.ext_dir = 'ext'
ext.lib_dir = 'lib/sassc'
ext.cross_compile = true
ext.cross_platform = %w[x86-mingw32 x64-mingw32 x86-linux x86_64-linux]
ext.cross_platform = %w[x86-mingw32 x64-mingw32]

# Link C++ stdlib statically when building binary gems.
ext.cross_config_options << '--enable-static-stdlib'
Expand Down

0 comments on commit 104f9f2

Please sign in to comment.