summaryrefslogtreecommitdiff
path: root/scripts/gmock-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gmock-config.in')
-rwxr-xr-xscripts/gmock-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gmock-config.in b/scripts/gmock-config.in
index 540faff..016ad61 100755
--- a/scripts/gmock-config.in
+++ b/scripts/gmock-config.in
@@ -34,7 +34,7 @@ Compiler flag queries output the union of the sets of flags when combined.
g++ $(gmock-config --ldflags --libs) -o foo foo.o
# When using a built but not installed Google Mock:
- g++ $(../../my_gmock_build/scripts/gtest-config ...) ...
+ g++ $(../../my_gmock_build/scripts/gmock-config ...) ...
# When using an installed Google Mock, but with installation overrides:
export GMOCK_PREFIX="/opt"