From 562c730ac38749fb43ae5b7b53ae5f3043166bd1 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 23 Jan 2025 10:14:04 -0500 Subject: build: Use explicit version in subprojects Signed-off-by: Andrew Opalach --- subprojects/c89atomic.wrap | 1 + subprojects/packagefiles/c89atomic/meson.build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'subprojects') diff --git a/subprojects/c89atomic.wrap b/subprojects/c89atomic.wrap index 69c11fc..cc41768 100644 --- a/subprojects/c89atomic.wrap +++ b/subprojects/c89atomic.wrap @@ -1,4 +1,5 @@ [wrap-git] +directory = c89atomic-736f1d1 url = https://github.com/mackron/c89atomic.git revision = 736f1d1b6325233fa2e11f78f4ca8216e43680f4 depth = 1 diff --git a/subprojects/packagefiles/c89atomic/meson.build b/subprojects/packagefiles/c89atomic/meson.build index cdf8a28..e66f007 100644 --- a/subprojects/packagefiles/c89atomic/meson.build +++ b/subprojects/packagefiles/c89atomic/meson.build @@ -1,2 +1,2 @@ -project('c89atomic', 'c', version: 'git-cc548ed') +project('c89atomic', 'c', version: 'git-736f1d1') c89atomic = declare_dependency(include_directories: include_directories('.')) -- cgit v1.2.3-101-g0448