mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 12:20:52 +00:00
13 lines
261 B
Diff
13 lines
261 B
Diff
--- a/tests/modules/Makefile
|
|
+++ b/tests/modules/Makefile
|
|
@@ -29,8 +29,7 @@
|
|
# tough we want to keep the compiler as clang as MSan is not supported for gcc
|
|
ifeq ($(uname_S),Linux)
|
|
ifneq ($(SANITIZER),memory)
|
|
- LD = gcc
|
|
- CC = gcc
|
|
+ LD = $(CC)
|
|
endif
|
|
endif
|
|
|