Radix cross Linux 3pp sources

RcL sources – is a tree of Third Party and Radix source tarballs

343 Commits   0 Branches   0 Tags
author: kx <kx@radix.pro> 2023-10-21 20:40:21 +0300 committer: kx <kx@radix.pro> 2023-10-21 20:40:21 +0300 commit: 42a0be06f75389f6743e33ccd3c1d6a0ff0641fa parent: 33c535468f13d3a4097e459e59f666b9b82f7696
Commit Summary:
glslang: removed debug exit
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/packages/x/Vulkan/glslang/Makefile b/packages/x/Vulkan/glslang/Makefile
index eb747f0..162bede 100644
--- a/packages/x/Vulkan/glslang/Makefile
+++ b/packages/x/Vulkan/glslang/Makefile
@@ -31,7 +31,6 @@ $(git_repo):
 	@echo -e "\n======= Clone $(repo_name).git repository =======\n"
 	@rm -rf $(repo_name)
 	@git clone $(url)/$(repo_name).git $(repo_name)
-	exit 1
 	@touch $@
 
 $(tarballs): $(git_repo)