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.
2 parents 84e63a8 + f26f2a1 commit 104f9f2Copy full SHA for 104f9f2
Rakefile
@@ -18,7 +18,7 @@ Rake::ExtensionTask.new('libsass', gem_spec) do |ext|
18
ext.ext_dir = 'ext'
19
ext.lib_dir = 'lib/sassc'
20
ext.cross_compile = true
21
- ext.cross_platform = %w[x86-mingw32 x64-mingw32 x86-linux x86_64-linux]
+ ext.cross_platform = %w[x86-mingw32 x64-mingw32]
22
23
# Link C++ stdlib statically when building binary gems.
24
ext.cross_config_options << '--enable-static-stdlib'
0 commit comments