Skip to content

Commit 6a717d6

Browse files
Londekoleavr
authored andcommitted
build: Ensure Make uses bash for complex operations
1 parent 5a99cd1 commit 6a717d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

releng/frida.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ include releng/system.mk
44

55
FOR_HOST ?= $(build_os_arch)
66

7+
# Ensure Make uses bash, so it can execute brace expansions etc.
8+
SHELL := $(shell which bash)
9+
710
frida_gum_flags := \
811
--default-library static \
912
$(FRIDA_FLAGS_COMMON) \

0 commit comments

Comments
 (0)