'pbuild::build' has been renamed to 'pbuild::compile' in version 0.99.15

This commit is contained in:
2018-07-11 17:37:51 +02:00
parent b2a283ba1c
commit c5e0f8bb79
22 changed files with 22 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ pbuild::configure() {
:
}
pbuild::build() {
pbuild::compile() {
:
}

View File

@@ -57,7 +57,7 @@ pbuild::configure() {
cp -v "${BUILDBLOCK_DIR}/files/Makefile-${V_MAJOR}" "${SRC_DIR}/Makefile"
}
pbuild::build() {
pbuild::compile() {
cd "${SRC_DIR}"
which $CC
make OTHER_CXXFLAGS="-std=c++11 -I$PWD/include" OTHER_LDFLAGS="-L/Applications/Xcode.app/Contents/Frameworks -lLTO"

View File

@@ -4,7 +4,7 @@ pbuild::configure() {
:
}
pbuild::build() {
pbuild::compile() {
:
}