25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 년 전
12345
  1. # Constants and makefile shit used in build
  2. mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))
  3. current_dir = $(notdir $(patsubst %/,%,$(dir $(mkfile_path))))
  4. ANDROID_NDK = /opt/android-ndk
  5. NDK_TARGETVER = 27