CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2024-04-10 10:52:48 +02:00
parent 91f5fe1c0e
commit 90a7faa15e
18 changed files with 134 additions and 93 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ struct Options;
extern Options *opt; // global options, see class PackMaster for per-file local options
#if WITH_THREADS
extern std::mutex opt_lock_mutex;
extern std::mutex opt_lock_mutex; // for locking "opt"
#endif
/*************************************************************************