about summary refs log tree commit diff homepage
path: root/scripts/build/p-sqlite-osx.inc
blob: 1f9d2f5c3ae3303a5506a1f935de5494b29771e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
install_build_dependencies_sqlite() { 
  return 0
}
install_binary_artifact_sqlite() {
  return 0
}

# Sqlite is installed by default on OSX
is_installed_sqlite() {
	return 0
}

get_docker_config_id_sqlite() {
  return 0
}