Navigation Menu

Skip to content

Commit

Permalink
Android: Replaced spaces with tab in Android.mk file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 6, 2015
1 parent 3f51758 commit 8f4bcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -44,7 +44,7 @@ LOCAL_SRC_FILES := \
$(wildcard $(LOCAL_PATH)/src/timer/unix/*.c) \
$(wildcard $(LOCAL_PATH)/src/video/*.c) \
$(wildcard $(LOCAL_PATH)/src/video/android/*.c) \
$(wildcard $(LOCAL_PATH)/src/test/*.c))
$(wildcard $(LOCAL_PATH)/src/test/*.c))

LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES
LOCAL_LDLIBS := -ldl -lGLESv1_CM -lGLESv2 -llog -landroid
Expand Down

0 comments on commit 8f4bcc7

Please sign in to comment.