From ca589b90f2ce56da59b2d6b887bd097d0dd6cc2b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Boric Date: Sun, 28 Oct 2018 14:20:35 +0100 Subject: [PATCH] [python] Fix turtle icon dependency --- python/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/Makefile b/python/Makefile index 14bb81c04..4466610d8 100644 --- a/python/Makefile +++ b/python/Makefile @@ -162,6 +162,8 @@ ifeq ($(PLATFORM),emscripten) $(py_objs): SFLAGS := $(subst -Os,-O0,$(SFLAGS)) endif +# Icon dependency +python/port/modturtle_impl.cpp: python/port/turtle_icon.cpp # QSTR generation