mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 15:38:33 +00:00
9 lines
326 B
Bash
Executable File
9 lines
326 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# jemalloc's configure runs git to determine the version. But when building
|
|
# from a gecko git clone, the git commands it uses is going to pick gecko's
|
|
# information, not jemalloc's, which is useless. So pretend we don't have git
|
|
# at all. That will make jemalloc's configure pick the in-tree VERSION file.
|
|
|
|
exit 1
|