Skip to content

Commit

Permalink
move everything for libsnappy too
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Oct 1, 2023
1 parent f583948 commit 0c8f444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SPC/builder/unix/library/snappy.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ protected function build(): void
)
->exec("cmake --build . -j {$this->builder->concurrency}")
->exec('make install')
->exec('mv ' . BUILD_ROOT_PATH . '/lib64/libsnappy.a ' . BUILD_ROOT_PATH . '/lib/libsnappy.a');
->exec('mv ' . BUILD_ROOT_PATH . '/lib64/pkgconfig/* ' . BUILD_ROOT_PATH . '/lib/pkgconfig/')
->exec('mv ' . BUILD_ROOT_PATH . '/lib64/*.a ' . BUILD_ROOT_PATH . '/lib/');
}
}

0 comments on commit 0c8f444

Please sign in to comment.