opus icon indicating copy to clipboard operation
opus copied to clipboard

meson fix comparison

Open heitbaum opened this issue 2 years ago • 0 comments

cc.get_define returns str (not bool)

Fixes: Fetching value of define "APPLE" :
../meson.build:316:12: ERROR: Object <[StringHolder] holds [str]: ''> of type str does not support the bool() operator.

heitbaum avatar Aug 21 '23 09:08 heitbaum