From 988bd26d3871fb075539397d9edb875f70334ba0 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 10 Jun 2020 09:42:57 +0200 Subject: [PATCH] Fix the order of the links for the thread pool module. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 4f395858..cb5b099e 100644 --- a/SConstruct +++ b/SConstruct @@ -47,7 +47,7 @@ module_repositories = [ [ ['https://github.com/Relintai/props.git', 'git@github.com:Relintai/props.git'], 'props', '' ], [ ['https://github.com/Relintai/mesh_utils.git', 'git@github.com:Relintai/mesh_utils.git'], 'mesh_utils', '' ], [ ['https://github.com/Relintai/broken_seals_module.git', 'git@github.com:Relintai/broken_seals_module.git'], 'broken_seals_module', '' ], - [ ['git@github.com:Relintai/thread_pool.git', 'https://github.com/Relintai/thread_pool.git'], 'thread_pool', '' ], + [ ['https://github.com/Relintai/thread_pool.git', 'git@github.com:Relintai/thread_pool.git'], 'thread_pool', '' ], ] addon_repositories = [