Skip to content

Commit 01b3c44

Browse files
authored
Cascade build options for psyqo projects.
1 parent c6e05d8 commit 01b3c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mips/psyqo/psyqo.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ EXTRA_CLEAN += clean-psyqo
1010
include $(PSYQODIR)../common.mk
1111

1212
$(PSYQODIR)libpsyqo.a:
13-
$(MAKE) -C $(PSYQODIR) BUILD=$(BUILD)
13+
$(MAKE) -C $(PSYQODIR) BUILD=$(BUILD) CPPFLAGS_$(BUILD)=$(CPPFLAGS_$(BUILD)) LDFLAGS_$(BUILD)=$(LDFLAGS_$(BUILD))
1414

1515
clean-psyqo:
1616
$(MAKE) -C $(PSYQODIR) clean

0 commit comments

Comments
 (0)