mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Adapt c example to meaningful archive name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
include ../../Makefile4gem
|
||||
|
||||
GEM := c_extension_example
|
||||
|
||||
include ../../Makefile4gem
|
||||
|
||||
GEM_C_FILES := $(wildcard $(SRC_DIR)/*.c)
|
||||
GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user