Skip to content

Commit 1c560ed

Browse files
authored
Merge pull request #61 from flownative/task/set-php-build-provider
Add PHP build provider to build script
2 parents 99b8026 + d462f96 commit 1c560ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

root-files/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ build_compile_php() {
137137
exit 1
138138
fi
139139

140+
# set build provider
141+
export PHP_BUILD_PROVIDER="Flownative GmbH - www.flownative.com"
142+
140143
# For GCC warning options see: https://gcc.gnu.org/onlinedocs/gcc-3.4.4/gcc/Warning-Options.html
141144
export CFLAGS='-Wno-deprecated-declarations -Wno-stringop-overflow -Wno-implicit-function-declaration'
142145

0 commit comments

Comments
 (0)