1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

Ports: Build Python with libuuid

This makes the _uuid module work :^)
This commit is contained in:
Linus Groh 2021-09-10 19:56:17 +01:00 committed by Andreas Kling
parent 8b3e1c0016
commit 6b15faed30
3 changed files with 18 additions and 3 deletions

View file

@ -22,3 +22,4 @@ Make some tweaks to Python's `setup.py` files:
- Add `/usr/local/lib` / `/usr/local/include` to the system lib / include dirs, relative to the sysroot when crosscompiling. These are by default only included when not crosscompiling for some reason.
- Add `/usr/local/include/ncurses` to the curses include paths so it can build the `_curses` module. This is by default included for a bunch of extensions, but not `_curses`.
- Add `/usr/local/includes/uuid` to the uuid include paths so it can build the `_uuid` module. This is by default included for a bunch of extensions, but not `_uuid`.