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

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

parent d56600ba
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4451 failed
......@@ -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