Let ocaml require x86_64

Fixes #180
This commit is contained in:
Norman Feske
2020-04-22 15:51:59 +02:00
parent c548f19c34
commit aa84f10582

View File

@@ -2,3 +2,6 @@ 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