Skip to content

Commit 3bc9e84

Browse files
committed
Disable linking
1 parent d9cd94d commit 3bc9e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/easy_compile/compilation_tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def define_task(path)
8484
ext.cross_compile = true
8585
end
8686

87-
disable_shared if darwin?
87+
disable_shared
8888
ensure
8989
self.binary_name = nil
9090
end

0 commit comments

Comments
 (0)