From f1a80658b08c8b489772052b5569cb1d3086db08 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 4 Nov 2018 04:29:04 +0100 Subject: Store dependencies in different directories depending on target platform This fixed conflicts in cache filepath when building 32-bit and 64-bit project on the same machine or when doing cross compilation. --- project.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index 5d4e5cb..ae1d2b0 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "sibs" type = "executable" -version = "0.2.0" +version = "0.3.0" authors = ["DEC05EBA <0xdec05eba@gmail.com>"] platforms = ["any"] @@ -9,6 +9,6 @@ platforms = ["any"] ignore_dirs = ["cmake", "cmake-build-debug", "build", "distribute", "examples", "msvc", "cmake_msvc"] [dependencies] -libcurl = "7" -libarchive = "3" -libgit2 = "0.24.0" \ No newline at end of file +libcurl = ">=7" +libarchive = ">=3" +libgit2 = ">=0.24.0" -- cgit v1.2.3