Sha256: a4fc488a2a06ddd6ab82f0e5070c34117e599ed2cdfcc0b3ddd1e8e8c7e27049
Contents?: true
Size: 665 Bytes
Versions: 6
Compression:
Stored size: 665 Bytes
Contents
<%- if cc -%> CC=<%= cc %> <%- end -%> <%- if ld -%> LD=<%= ld %> <%- end -%> <%- if cflags -%> CFLAGS=<%= cflags %> <%- end -%> <%- if cppflags -%> CPPFLAGS=<%= cppflags %> <%- end -%> <%- if ldflags -%> LDFLAGS=<%= ldflags %> <%- end -%> <%- if install -%> INSTALL=<%= install %> <%- end -%> <%- if shell_path -%> SHELL_PATH=<%= shell_path %> <%- end -%> CURLDIR=<%= install_dir %>/embedded EXPATDIR=<%= install_dir %>/embedded ICONVDIR=<%= install_dir %>/embedded LIBPCREDIR=<%= install_dir %>/embedded OPENSSLDIR=<%= install_dir %>/embedded ZLIB_PATH=<%= install_dir %>/embedded <%- config_hash.each_pair do |k, v| -%> <%= k.to_s %>=<%= v %> <%- end -%>
Version data entries
6 entries across 6 versions & 1 rubygems