Compile Cocoa control example in Unix "widgets" sample makefile

Previously this was never done, as we couldn't determine if we were
using Cocoa or not at generation time, but we can determine it in the
makefile itself.
This commit is contained in:
Vadim Zeitlin 2023-07-11 02:09:09 +02:00
parent c9c213553a
commit 2e22666db8
3 changed files with 25 additions and 1 deletions

View file

@ -54,6 +54,7 @@ jobs:
':!build/bakefiles/make_dist.mk' \
':!build/bakefiles/scintilla.bkl' \
':!docs/doxygen/doxygen-awesome-css/*' \
':!samples/widgets/widgets.bkl' \
':!tests/test.bkl' \
':!**/*akefile*' \
':!**/*.pbxproj' \