Skip to content

codegen tests: fix on_win32 detection

Charles Bousseau requested to merge cbouss/glib:codegen_test_osx into main

codegen tests are incorrectly skipped on osx due to on_win32 checking for win in sys.platform. On osx sys.platform is darwin.

Merge request reports