Skip to content

Commit f926926

Browse files
author
Adrian Ibañez
committed
another attempt at passing configuration arguments
1 parent 70047f9 commit f926926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/package_ios_runtime.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ defmodule Mix.Tasks.Package.Ios.Runtime do
130130
--with-ssl=#{openssl_target(arch)}
131131
--disable-dynamic-ssl-lib
132132
--xcomp-conf=xcomp/erl-xcomp-#{arch.xcomp}.conf
133-
--enable-static-nifs=#{Enum.join(nifs, ",")}
133+
--enable-static-nifs=#{Enum.join(nifs, ",")} #{System.get_env("KERL_CONFIGURE_OPTIONS", "")}
134134
),
135135
env
136136
)

0 commit comments

Comments
 (0)