8 lines
227 B
PHP
8 lines
227 B
PHP
OCAML_PORT_DIR := $(call select_from_ports,ocaml)
|
|
OCAML_SRC_DIR := $(OCAML_PORT_DIR)/src/ocaml
|
|
|
|
INC_DIR += $(REP_DIR)/src/app/ocamlrun
|
|
|
|
# workaround for https://github.com/genodelabs/genode-world/issues/180
|
|
REQUIRES += x86_64
|