Skip to content

Commit

Permalink
use clang, fix build, fix Tencent#292
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Mar 30, 2018
1 parent e4c1ddb commit 4019505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/squeezencnn/jni/Android.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LOCAL_PATH := $(call my-dir)

# change this folder path to yours
NCNN_INSTALL_PATH := /home/nihui/dev/ncnn/build-android-armv7/install
NCNN_INSTALL_PATH := /home/nihui/osd/ncnn/build-android-armv7/install

include $(CLEAR_VARS)
LOCAL_MODULE := ncnn
Expand Down
2 changes: 1 addition & 1 deletion examples/squeezencnn/jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ APP_STL := gnustl_static
# APP_ABI := armeabi armeabi-v7a
APP_ABI := armeabi-v7a
APP_PLATFORM := android-9
NDK_TOOLCHAIN_VERSION := 4.9
# NDK_TOOLCHAIN_VERSION := 4.9

0 comments on commit 4019505

Please sign in to comment.