]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/python-module-vars.make
MusicXML: Update the rest duration sample file with correct multi-measure rest
[lilypond.git] / stepmake / stepmake / python-module-vars.make
index cde4c2d405222205cd13d0e06f6d9f3f39bba003..5d0e06c12759ec773148afcda62a800c96344d91 100644 (file)
@@ -13,6 +13,9 @@ ifneq ($(MINGW_BUILD),)
 SHARED_MODULE_SUFFIX = .dll
 endif
 endif
+ifneq ($(DARWIN_BUILD),)
+SHARED_FLAGS = -bundle -flat_namespace -undefined suppress
+endif
 OUT_SO_MODULES = $(addprefix $(outdir)/, $(C_FILES:.c=$(SHARED_MODULE_SUFFIX)))
 EXTRA_DIST_FILES += $(PY_MODULES_IN)