Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Nov 7, 2023
1 parent 514b577 commit 7358c42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sbin/prepareWorkspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ checkingAndDownloadingFreeType() {

# We get the files we need at $WORKING_DIR/installedfreetype
# shellcheck disable=SC2046
echo "pngArg value: ${pngArg}"
if ! (bash ./configure --prefix="${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[WORKING_DIR]}"/installedfreetype "${pngArg}" "${BUILD_CONFIG[FREETYPE_FONT_BUILD_TYPE_PARAM]}" && ${BUILD_CONFIG[MAKE_COMMAND_NAME]} all && ${BUILD_CONFIG[MAKE_COMMAND_NAME]} install); then
# shellcheck disable=SC2154
echo "Failed to configure and build libfreetype, exiting"
Expand Down

0 comments on commit 7358c42

Please sign in to comment.