Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Yamada (0.15 sec)

  1. configure.py

          ask_for_var=(
              'Please specify the (min) Android NDK API level to use. '
              '[Available levels: %s]'
          )
          % 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."""
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (1)
Back to top