Sha256: 03bac3320ced0f706e092c3456544f4bf121c83d4401efd19159a228b88664b1

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := main

LOCAL_SRC_FILES := muruby.c game.c

LOCAL_STATIC_LIBRARIES := SDL2_static

include $(BUILD_SHARED_LIBRARY)
$(call import-module,SDL)LOCAL_PATH := $(call my-dir)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
muruby-0.0.0 skel/android-project/jni/src/Android_static.mk