Skip to content

Commit

Permalink
Issue #680: Support for depends_on_any() added
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jun 10, 2024
1 parent f0e0954 commit 9713a96
Show file tree
Hide file tree
Showing 27 changed files with 24,387 additions and 23,404 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ BUILD_V_src := LUA_PATH="$(srcdir)/tools/?.lua;$(SYS_LUA_PATH)" LU
PS := @PS@
READLINK := @READLINK@
EXPR := @EXPR@
MODULES_AUTO_HANDLING := @MODULES_AUTO_HANDLING@
PATH_TO_HASHSUM := @PATH_TO_HASHSUM@
PATH_TO_LUAC := @PATH_TO_LUAC@
PATH_TO_PAGER := @PATH_TO_PAGER@
Expand Down Expand Up @@ -281,6 +282,7 @@ __installMe:
-e 's|@hidden_italic@|$(LMOD_HIDDEN_ITALIC)|g' \
-e 's|@modulepath_init@|$(MODULEPATH_INIT)|g' \
-e 's|@sys_lua_cpath@|$(SYS_LUA_CPATH)|g' \
-e 's|@modules_auto_handling@|$(MODULES_AUTO_HANDLING)|g' \
-e 's|@path_to_luac@|$(PATH_TO_LUAC)|g' \
-e 's|@path_to_lmod@|$(LIBEXEC)/lmod|g' \
-e 's|@have_lua_term@|$(HAVE_LUA_TERM)|g' \
Expand Down
Loading

0 comments on commit 9713a96

Please sign in to comment.