File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ LDFLAGS += \
14
14
include $(PSYQOLUADIR ) ../psyqo/psyqo.mk
15
15
16
16
$(PSYQOLUADIR ) libpsyqo-lua.a :
17
- $(MAKE ) -C $(PSYQOLUADIR ) BUILD=$(BUILD )
17
+ $(MAKE ) -C $(PSYQOLUADIR ) BUILD=$(BUILD ) CPPFLAGS_ $( BUILD ) = " $( CPPFLAGS_ $( BUILD ) ) " LDFLAGS_ $( BUILD ) = " $( LDFLAGS_ $( BUILD ) ) "
18
18
19
19
$(PSYQOLUADIR ) ../../../third_party/psxlua/src/liblua.a :
20
20
$(MAKE ) -C $(PSYQOLUADIR ) ../../../third_party/psxlua/ psx
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LIBRARIES += $(PSYQOPATHSDIR)libpsyqo-paths.a
6
6
include $(PSYQOPATHSDIR ) ../psyqo/psyqo.mk
7
7
8
8
$(PSYQOPATHSDIR ) libpsyqo-paths.a :
9
- $(MAKE ) -C $(PSYQOPATHSDIR ) BUILD=$(BUILD )
9
+ $(MAKE ) -C $(PSYQOPATHSDIR ) BUILD=$(BUILD ) CPPFLAGS_ $( BUILD ) = " $( CPPFLAGS_ $( BUILD ) ) " LDFLAGS_ $( BUILD ) = " $( LDFLAGS_ $( BUILD ) ) "
10
10
11
11
clean ::
12
12
$(MAKE ) -C $(PSYQOPATHSDIR ) clean
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ CXXFLAGS += -std=c++20
8
8
include $(PSYQODIR ) ../common.mk
9
9
10
10
$(PSYQODIR ) libpsyqo.a :
11
- $(MAKE ) -C $(PSYQODIR ) BUILD=$(BUILD ) CPPFLAGS_$(BUILD ) =$(CPPFLAGS_$(BUILD ) ) LDFLAGS_$(BUILD ) =$(LDFLAGS_$(BUILD ) )
11
+ $(MAKE ) -C $(PSYQODIR ) BUILD=$(BUILD ) CPPFLAGS_$(BUILD ) =" $( CPPFLAGS_$( BUILD) ) " LDFLAGS_$(BUILD ) =" $( LDFLAGS_$( BUILD) ) "
12
12
13
13
clean ::
14
14
$(MAKE ) -C $(PSYQODIR ) clean
You can’t perform that action at this time.
0 commit comments