mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-14 03:14:58 +08:00
12 lines
286 B
Diff
12 lines
286 B
Diff
--- a/wx-config.in
|
|
+++ b/wx-config.in
|
|
@@ -969,7 +969,7 @@ fi
|
|
|
|
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?
|