mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Fix wrong path in macos building instructions (#2718)
This commit is contained in:
parent
2d7b6d15c0
commit
e29585c672
@ -215,7 +215,7 @@ Recommended Way for dev builds
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_PREFIX_PATH=/local/opt/qt5
|
||||
cmake .. -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5
|
||||
make
|
||||
|
||||
--------------
|
||||
|
Loading…
Reference in New Issue
Block a user