mirror of
https://github.com/json-c/json-c.git
synced 2026-03-25 16:09:06 +08:00
Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE instead of using a variable, so we don't need to export it.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
export _JSON_C_STRERROR_ENABLE=1
|
||||
|
||||
# Common definitions
|
||||
if test -z "$srcdir"; then
|
||||
srcdir="${0%/*}"
|
||||
|
||||
Reference in New Issue
Block a user