We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f57176 commit b6db987Copy full SHA for b6db987
1 file changed
install_vivid_volcano.sh
@@ -534,18 +534,18 @@ setup_enhanced_renv_environment() {
534
print_success "renv is available"
535
536
# Check system library availability
537
- local cairo_available=false
538
- local xml2_available=false
+ local cairo_available=FALSE
+ local xml2_available=FALSE
539
540
if check_system_library "cairo" "cairo/cairo.h" "cairo"; then
541
- cairo_available=true
+ cairo_available=TRUE
542
print_info "Cairo system library: Available"
543
else
544
print_info "Cairo system library: Not available"
545
fi
546
547
if check_system_library "xml2" "libxml/parser.h" "libxml-2.0"; then
548
- xml2_available=true
+ xml2_available=TRUE
549
print_info "XML2 system library: Available"
550
551
print_info "XML2 system library: Not available"
0 commit comments