~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/third_party/README

  • Committer: The Widelands Bunnybot
  • Date: 2025-02-05 18:23:09 UTC
  • Revision ID: bunnybot@widelands.org-20250205182309-2g424fbzhfwykt6y
install-dependencies.sh: Don't error on MacOS when all dependencies already installed. (CB #4983 / GH #6623)

Co-authored-by: Malte Dostal <malte.dostal@gmail.com>

(by bunnybot)
d4c9023cc7b76bdc01bb80fddee5f8fd407496eb

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
-------
6
6
 
7
7
Eris:
8
 
- Renamed main() to lmain() in luac.c and lua.c. The main() function defined there would hide our own main()
9
 
  where eris was linked in.
 
8
- removed luac.c. It defined a main() function which could hide our own main()
 
9
  eris was linked in.
10
10
 
11
11
Tinygettext:
12
12
- Not using the base repository but the fork at `https://github.com/SuperTux/tinygettext`