small-package/wxbase/patches/010-fix-install-pointer.patch

12 lines
286 B
Diff
Raw Normal View History

2023-01-28 01:28:48 +08:00
--- a/wx-config.in
+++ b/wx-config.in
2023-12-02 18:43:07 +08:00
@@ -969,7 +969,7 @@ fi
2023-01-28 01:28:48 +08:00
is_monolithic() { [ "x@MONOLITHIC@" = "x1" ]; }
is_static() { [ -n "$this_linkage" ]; }
-is_installed() { [ -z "$this_prefix" ]; }
+is_installed() { [ "$this_prefix" ]; }
# Is the user after a support utility?