Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
print build options during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Mar 25, 2019
1 parent 882e330 commit dd695b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 493,7 @@ EOF
DETECTED_NDK_VERSION=$(grep -Eo Revision.* ${ANDROID_NDK_ROOT}/source.properties | sed 's/Revision//g;s/=//g;s/ //g')

echo -e "\nINFO: Using Android NDK v${DETECTED_NDK_VERSION} provided at ${ANDROID_NDK_ROOT}\n" 1>>${BASEDIR}/build.log 2>&1
echo -e "INFO: Build options: $@\n" 1>>${BASEDIR}/build.log 2>&1

# CLEAR OLD NATIVE LIBS
rm -rf ${BASEDIR}/android/libs 1>>${BASEDIR}/build.log 2>&1
Expand Down
2 changes: 2 additions & 0 deletions ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 597,8 @@ get_external_library_version() {
# ENABLE COMMON FUNCTIONS
. ${BASEDIR}/build/ios-common.sh

echo -e "INFO: Build options: $@\n" 1>>${BASEDIR}/build.log 2>&1

GPL_ENABLED="no"
DISPLAY_HELP=""
BUILD_LTS=""
Expand Down

0 comments on commit dd695b6

Please sign in to comment.