Skip to content

Commit fe5a246

Browse files
authored
Merge pull request #1854 from grumpycoders/psyqo-cascade
Cascade build options for psyqo projects.
2 parents c6e05d8 + 01b3c44 commit fe5a246

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)