mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Sponsored by: Future Crew, LLC Pull Request: https://github.com/freebsd/freebsd-ports/pull/361
4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/sh
|
|
|
|
export LD_PRELOAD=%%DATADIR%%/dummy-uvm.so
|
|
exec %%LINUXBASE%%/bin/python3 $*
|