Skip to content

Commit 3f773fa

Browse files
authored
Make explicit the SymCC path needs to be changed
1 parent d183844 commit 3f773fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ $ ../configure \
4141
--disable-werror \
4242
--target-list=x86_64-linux-user \
4343
--enable-capstone=git \
44-
--symcc-source=/path/to/symcc/sources \
45-
--symcc-build=/path/to/symcc/build
44+
--symcc-source=</path/to/symcc>/sources \
45+
--symcc-build=</path/to/symcc>/build
4646
$ make
4747
```
4848

0 commit comments

Comments
 (0)