summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/make_nw_export.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk
index 5603e822c5..6b21a84591 100644
--- a/build/make_nw_export.awk
+++ b/build/make_nw_export.awk
@@ -60,7 +60,7 @@ function add_symbol(sym_name) {
next
}
-/^[ \t]*PROXY_HOOK_NON_LINKED[ \t]*AP[RU]?_DECLARE_EXTERNAL_HOOK[^(]*[(][^)]*/ {
+/^[ \t]*PROXY_DECLARE_OPTIONAL_HOOK[^(]*[(][^)]*/ {
split($0, args, ",")
prefix = args[1]
sub("^.*[(]", "", prefix)