Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_gcc_host_compiler_path (0.17 sec)

  1. configure.py

          )
          % api_levels,
          check_success=(lambda *_: True),
          error_msg='Android-%s is not present in the NDK path.',
      )
    
      return android_ndk_api_level
    
    
    def set_gcc_host_compiler_path(environ_cp):
      """Set GCC_HOST_COMPILER_PATH."""
      default_gcc_host_compiler_path = shutil.which('gcc') or ''
    
      gcc_host_compiler_path = prompt_loop_or_load_from_env(
          environ_cp,
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 02 22:16:02 UTC 2024
    - 48.2K bytes
    - Viewed (0)
Back to top