mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-23 01:42:41 +00:00
14 lines
375 B
Diff
14 lines
375 B
Diff
diff --git a/base/lib.mak b/base/lib.mak
|
|
index 9b314b9..ad1b1d3 100644
|
|
--- a/base/lib.mak
|
|
+++ b/base/lib.mak
|
|
@@ -92,7 +92,7 @@ stdpre_h=$(GLSRC)stdpre.h
|
|
stdint__h=$(GLSRC)stdint_.h
|
|
|
|
$(GLGEN)arch.h : $(GENARCH_XE)
|
|
- $(EXP)$(GENARCH_XE) $(GLGEN)arch.h $(TARGET_ARCH_FILE)
|
|
+ $(EXP) termux-proot-run $(GENARCH_XE) $(GLGEN)arch.h $(TARGET_ARCH_FILE)
|
|
|
|
# Platform interfaces
|
|
|