ui: move watch3 to raylib (#35967)

* move to py

* cleaner

* clean that up
This commit is contained in:
Adeeb Shihadeh
2025-08-09 15:00:36 -07:00
committed by GitHub
parent 72b71d57bc
commit 2d8030de0b
4 changed files with 24 additions and 50 deletions
-4
View File
@@ -102,7 +102,3 @@ if GetOption('extras'):
f = raylib_env.Program(f"installer/installers/installer_{name}", [obj, cont, inter], LIBS=raylib_libs)
# keep installers small
assert f[0].get_size() < 1900*1e3, f[0].get_size()
# build watch3
if arch in ['x86_64', 'aarch64', 'Darwin'] or GetOption('extras'):
qt_env.Program("watch3", ["watch3.cc"], LIBS=qt_libs + ['common', 'msgq', 'visionipc'])