diff options
Diffstat (limited to 'depends/packages/native_boost.mk')
-rw-r--r-- | depends/packages/native_boost.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/depends/packages/native_boost.mk b/depends/packages/native_boost.mk deleted file mode 100644 index b9e6253772..0000000000 --- a/depends/packages/native_boost.mk +++ /dev/null @@ -1,13 +0,0 @@ -package=native_boost -$(package)_version=$(boost_version) -$(package)_download_path=$(boost_download_path) -$(package)_file_name=$(boost_file_name) -$(package)_sha256_hash=$(boost_sha256_hash) - -define $(package)_config_cmds - ./bootstrap.sh --prefix=$($($(package)_type)_prefix) --with-libraries=headers -endef - -define $(package)_stage_cmds - ./b2 -d0 --prefix=$($(package)_staging_prefix_dir) install -endef |