Skip to content

Commit

Permalink
fix(build.sh): copy cassandra.so from installation dir to current dir
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Jan 27, 2025
1 parent f663af4 commit 6bc2ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ fi

make "-j$(nproc)" || exit 1
make install
# mv "$(php-config --extension-dir)/cassandra.so" .
cp "$(php-config --extension-dir)/cassandra.so" .

0 comments on commit 6bc2ec4

Please sign in to comment.