Skip to content

Commit

Permalink
Added TRICKIFY_EXT_LIB_DIRS env variable (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pherring04 authored Oct 22, 2024
1 parent 981deff commit 419b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/trick/makefiles/trickify.mk
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ TRICK_CFLAGS += $(TRICKIFY_CXX_FLAGS)
TRICK_CXXFLAGS += $(TRICKIFY_CXX_FLAGS)

# Ensure we can process all headers
TRICK_EXT_LIB_DIRS :=
TRICK_EXT_LIB_DIRS := $(TRICKIFY_EXT_LIB_DIRS)

.PHONY: all
all: $(TRICKIFY_OBJECT_NAME) $(TRICKIFY_PYTHON_DIR)
Expand Down

0 comments on commit 419b204

Please sign in to comment.