Skip to content

Commit

Permalink
build: Ensure Make uses bash for complex operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Londek authored and oleavr committed May 9, 2022
1 parent 5a99cd1 commit 6a717d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions releng/frida.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ include releng/system.mk

FOR_HOST ?= $(build_os_arch)

# Ensure Make uses bash, so it can execute brace expansions etc.
SHELL := $(shell which bash)

frida_gum_flags := \
--default-library static \
$(FRIDA_FLAGS_COMMON) \
Expand Down

0 comments on commit 6a717d6

Please sign in to comment.