Skip to content

Commit

Permalink
Add a bunch of new provider kwopts that I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jun 21, 2016
1 parent 308730d commit a4c171c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/dependencies.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,30 @@ end

# List of allowed BinDeps provider keyword options
const provider_kwopts = [
:unpacked_dir,
:force_rebuild,
:force_depends,
:filename,
:sha,

# Build configuration
:libtarget,
:installed_libname,
:installed_libpath,
:include_dirs,
:lib_dirs,
:pkg_config_dirs,
:rpath_dirs,
:configure_subdir,
:unpacked_dir,

# Build environment
:env,
:os,

# Hooks
:preload,
:onload,
:validate,
]

# Deprecated provider options. If name is changing, map to the new name
Expand Down

0 comments on commit a4c171c

Please sign in to comment.