Skip to content

Commit

Permalink
Set target_envronment="" by default (was "default")
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Nov 19, 2024
1 parent 91942b7 commit b769d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/05-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OS=${PDFium_TARGET_OS:?}
SOURCE=${PDFium_SOURCE_DIR:-pdfium}
BUILD=${PDFium_BUILD_DIR:-$SOURCE/out}
TARGET_CPU=${PDFium_TARGET_CPU:?}
TARGET_ENVIRONMENT=${PDFium_TARGET_ENVIRONMENT:-default}
TARGET_ENVIRONMENT=${PDFium_TARGET_ENVIRONMENT:-}
ENABLE_V8=${PDFium_ENABLE_V8:-false}
IS_DEBUG=${PDFium_IS_DEBUG:-false}

Expand Down

0 comments on commit b769d92

Please sign in to comment.