Skip to content

Commit

Permalink
Add variable to indicate external headers
Browse files Browse the repository at this point in the history
  • Loading branch information
KostasTsiounis committed Oct 21, 2024
1 parent 023ed51 commit 6529786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion closed/make/modules/openjceplus/Lib.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ compile-libs :
-C $(OPENJCEPLUS_JGSKIT_MAKE_PATH) \
-f $(OPENJCEPLUS_JGSKIT_MAKE) \
OPENJCEPLUS_HEADER_FILES=$(OPENJCEPLUS_HEADER_FILES) \
noheaders
EXTERNAL_HEADERS=true \
all
@$(ECHO) OpenJCEplus compile complete

TARGETS += compile-libs
Expand Down

0 comments on commit 6529786

Please sign in to comment.