'pbuild::build' has been renamed to 'pbuild::compile' in version 0.99.15
This commit is contained in:
@@ -10,7 +10,7 @@ pbuild::configure() {
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::build() {
|
||||
pbuild::compile() {
|
||||
:
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,7 +4,7 @@ pbuild::configure() {
|
||||
:
|
||||
}
|
||||
|
||||
pbuild::build() {
|
||||
pbuild::compile() {
|
||||
:
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user