-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mfluajitlpeg depends on luajit not just lua
git-svn-id: svn://tug.org/texlive/trunk/Build/source@73339 c570f23f-e606-0410-a88d-b1316a301751
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2025-01-06 J. Neuschaefer <[email protected]> | ||
|
||
* am/mfluajitlpeg.am (libmfluajitlpeg_a_OBJECTS): $(LUAJIT_DEPEND) | ||
not $(LUA_DEPEND). | ||
https://tug.org/pipermail/tex-live/2025-January/051035.html | ||
|
||
2024-03-10 Karl Berry <[email protected]> | ||
|
||
* TL'24 release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
## texk/web2c/mfluajitdir/am/mfluajitlpeg.am: Makefile fragment for libmfluajitlpeg. | ||
## | ||
## Copyright (C) 2023 Luigi Scarso <[email protected]> | ||
## Copyright (C) 2023-2025 Luigi Scarso <[email protected]> | ||
## You may freely use, modify and/or distribute this file. | ||
|
||
## mfluajitlpeg | ||
## | ||
EXTRA_LIBRARIES += libmfluajitlpeg.a | ||
|
||
$(libmfluajitlpeg_a_OBJECTS): $(LUA_DEPEND) | ||
$(libmfluajitlpeg_a_OBJECTS): $(LUAJIT_DEPEND) | ||
|
||
libmfluajitlpeg_a_CPPFLAGS = \ | ||
-I$(top_srcdir)/mfluadir/luapeg \ | ||
|