mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-09-20 22:07:11 +02:00
Update WIP discord and some vendors.
CPR has features disabled and PCRE is fully disabled until updated to new code.
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
LIST=VARIANT
|
||||
ifndef QRECURSE
|
||||
QRECURSE=recurse.mk
|
||||
ifdef QCONFIG
|
||||
QRDIR=$(dir $(QCONFIG))
|
||||
endif
|
||||
endif
|
||||
include $(QRDIR)$(QRECURSE)
|
||||
@@ -0,0 +1,5 @@
|
||||
include ../../../common.mk
|
||||
|
||||
CMAKE_ARGS += -DCMAKE_SYSTEM_PROCESSOR=aarch64
|
||||
FLAGS += $(VFLAG_le) $(CCVFLAG_le)
|
||||
LDFLAGS += $(VFLAG_le) $(LDVFLAG_le)
|
||||
Reference in New Issue
Block a user