aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-11-04 04:29:04 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commitf1a80658b08c8b489772052b5569cb1d3086db08 (patch)
tree32102f20750e8bd3b4ebb822f12bd4711d4fc602 /project.conf
parent31899d0a48108515d13508b660fb3bb82b869430 (diff)
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.
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf8
1 files changed, 4 insertions, 4 deletions
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"