Skip to content

Commit

Permalink
correct version on boost.mk (#91)
Browse files Browse the repository at this point in the history
* Update configure.ac

Move BOOST_SYSTEM line to be last to work around weird compile bug

* Also change version to 69

Person who modified this file to change to rev 69 missed changing the version line as well. This caused compiles to fail.
  • Loading branch information
hwengmgr authored and metalicjames committed Apr 29, 2019
1 parent 1c43968 commit a35a84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/boost.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package=boost
$(package)_version=1_64_0
$(package)_version=1_69_0
$(package)_download_path=https://dl.bintray.com/boostorg/release/1.69.0/source/
$(package)_file_name=$(package)_$($(package)_version).tar.bz2
$(package)_sha256_hash=8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406
Expand Down

0 comments on commit a35a84b

Please sign in to comment.