mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports/dtc: Specify NO_PYTHON
when running make install
Previously, the install step was failing when the `python3` port was installed.
This commit is contained in:
parent
c8f78066c4
commit
0cb339bad1
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/0cb339bad1 Pull-request: https://github.com/SerenityOS/serenity/pull/20705 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ build() {
|
|||
}
|
||||
|
||||
install() {
|
||||
run make PREFIX="${DESTDIR}" BINDIR="${DESTDIR}/usr/bin" install
|
||||
run make NO_PYTHON=1 PREFIX="${DESTDIR}" BINDIR="${DESTDIR}/usr/bin" install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue