Skip to content
Snippets Groups Projects
Commit b2721132 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Ah right, $(machine) has the OS name in it.

parent 5d7964d2
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ ifneq ($(os),darwin)
endif
endif
# Blacklist some machines...
ifeq ($(machine),armv7l)
ifeq ($(machine_uname),armv7l)
JS_CONFIGURE_ARGS += '--disable-tracejit'
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment