You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
396 B

PKG_NAME := AtomVM
PKG_VER := 0.5.0
PKG_SOURCES := https://github.com/atomvm/AtomVM/archive/refs/heads/master.zip
PKG_MD5 := d80e1de1d2dabe2d2b8596c34e1462aa
#PKG_PATCHES := pkg_patch.txt
include $(EXTBLD_LIB)
$(BUILD) :
cd $(PKG_SOURCE_DIR) && ( \
$(CMAKE) \
$(MAKE)
#MAKEFLAGS='$(EMBOX_IMPORTED_MAKEFLAGS)'; \
)
touch $@