Skip to content

Commit 48b8b8a

Browse files
committed
Add engine_mesh_resource back to .mk for push build
1 parent 99f9813 commit 48b8b8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/micropython.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ SRC_USERMOD += $(ENGINE_MOD_DIR)/resources/engine_font_resource.c
5959
SRC_USERMOD += $(ENGINE_MOD_DIR)/resources/engine_wave_sound_resource.c
6060
SRC_USERMOD += $(ENGINE_MOD_DIR)/resources/engine_tone_sound_resource.c
6161
SRC_USERMOD += $(ENGINE_MOD_DIR)/resources/engine_rtttl_sound_resource.c
62+
SRC_USERMOD += $(ENGINE_MOD_DIR)/resources/engine_mesh_resource.c
6263
SRC_USERMOD += $(ENGINE_MOD_DIR)/resources/engine_noise_resource.c
6364
SRC_USERMOD += $(ENGINE_MOD_DIR)/physics/engine_physics_module.c
6465
SRC_USERMOD += $(ENGINE_MOD_DIR)/physics/engine_physics.c

0 commit comments

Comments
 (0)