Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build error of deprecated api #697

Merged
merged 2 commits into from
Aug 21, 2023
Merged

Fix build error of deprecated api #697

merged 2 commits into from
Aug 21, 2023

Commits on Aug 21, 2023

  1. fix: fix build error of deprecated api

    Build failed on Trime procject with boost 1.83.0
    
    This error begins on upstream librime(0d12d90) and boost 1.83.0
    
    /trime/app/src/main/jni/librime/src/rime/lever/customizer.cc:91:11: error: 'copy_file' is deprecated: Use copy_options instead of copy_option [-Werror,-Wdeprecated-declarations]
    Bambooin committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    45adfd9 View commit details
    Browse the repository at this point in the history
  2. require boost minimum 1.74

    eagleoflqj committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    82b9558 View commit details
    Browse the repository at this point in the history