summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-14 15:17:31 +0200
committerGravatar Martin Szulecki2020-06-14 23:36:23 +0200
commitf18b8afe8db4c40a2cccefe4d2dc57aed0b1337c (patch)
tree17d1ae3c73f38fef43d00131f9f4cddc321ada98 /README.md
parentbc82fa167f367c3654503df14b13270c99a6d304 (diff)
downloadlibimobiledevice-f18b8afe8db4c40a2cccefe4d2dc57aed0b1337c.tar.gz
libimobiledevice-f18b8afe8db4c40a2cccefe4d2dc57aed0b1337c.tar.bz2
Rename configure option for debug code to "--enable-debug" to match libplist
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35e62c8..432fab4 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ sudo make install
If you require a custom prefix or other option being passed to `./configure`
you can pass them directly to `./autogen.sh` like this:
```bash
-./autogen.sh --prefix=/opt/local --enable-debug-code
+./autogen.sh --prefix=/opt/local --enable-debug
make
sudo make install
```