X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fcompile-vars.make;h=7b04699f090537cfae46821c33675ac17df0b340;hb=ebc4a899b2cb390bb27bc388e686c99ed744797f;hp=b39499b0dd2b18500f491564493aedf2c5ed3cf9;hpb=141066c66766291aa2f77188efd3c442cb77616c;p=lilypond.git diff --git a/stepmake/stepmake/compile-vars.make b/stepmake/stepmake/compile-vars.make index b39499b0dd..7b04699f09 100644 --- a/stepmake/stepmake/compile-vars.make +++ b/stepmake/stepmake/compile-vars.make @@ -2,8 +2,10 @@ ARFLAGS = ru ALL_LDFLAGS = $(LDFLAGS) $(CONFIG_LDFLAGS) $($(PACKAGE)_LDFLAGS) $(MODULE_LDFLAGS) $(CONFIG_LDFLAGS) -PIC_FLAGS = -fpic -fPIC ifeq ($(MINGW_BUILD),) +ifeq ($(CYGWIN_BUILD),) +PIC_FLAGS = -fpic -fPIC +endif SHARED_FLAGS = -shared else SHARED_FLAGS = -mdll