Skip to content

Commit

Permalink
Update setvars.mk
Browse files Browse the repository at this point in the history
Changed the -DENABLE_D2X flag to be exported to user programs
  • Loading branch information
AjayBrahmakshatriya authored Mar 1, 2024
1 parent c37ad9a commit 73cea03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/setvars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ INCLUDE_FLAGS=-I$(INCLUDE_DIR) -I$(BUILD_DIR)/gen_headers/

ifeq ($(ENABLE_D2X),1)
LINKER_FLAGS+=-Wl,--end-group
CFLAGS_INTERNAL+=-DENABLE_D2X
CFLAGS+=-DENABLE_D2X
INCLUDE_FLAGS+=-I $(D2X_DIR)/include
endif

Expand Down

0 comments on commit 73cea03

Please sign in to comment.