Skip to content

Commit 179d76f

Browse files
committed
add a make target to install build dependencies
1 parent 5cf1d59 commit 179d76f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/delphix-platform/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-platform.git"
2020

2121
function prepare() {
22-
logmust install_build_deps_from_control_file
22+
logmust sudo make build-deps
2323
}
2424

2525
function build() {

0 commit comments

Comments
 (0)