mirror of https://github.com/roytam1/UXP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
326 B
8 lines
326 B
#!/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
|
|
|