| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
On FreeBSD when Python is built out of tree, the "python" program was created in the source directory instead of build directory. Fix the Makefile to write the "python" program in the build directory.
|
This change is in fact just a workaround. I wrote PR #110449 to fix the root issue. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
On FreeBSD when Python is built out of tree, the "python" program was
created in the source directory instead of build directory. Fix the
Makefile to write the "python" program in the build directory.