Skip to content

Commit

Permalink
Changed the path to build json where sudo isnt needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbir-sharma committed Jun 1, 2024
1 parent 9d448a5 commit 98cf19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/json-c-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir build
cd build

echo "Building json-c library"
cmake -G Ninja ..
cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=~/local
ninja -j10 -k10

echo " \n\n\n Installing json-c library. \n\n"
Expand Down

0 comments on commit 98cf19a

Please sign in to comment.