Skip to content

Commit

Permalink
Fix missing destination info when creating OSX bundle app
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Jan 1, 2024
1 parent 5bc240c commit 08eda34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.footer
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endif
ifeq ($(ARCHI),Darwin)
$(Q)cd $(BUILD) && $(COMPILER) $(LDFLAGS) $(OBJS) $(THIRDPART_OBJS) -o $(TARGET) $(THIRDPART_LIBS) $(NOT_PKG_LIBS) $(PKGCFG_LIBS) $(LINKER_FLAGS)
ifneq ($(BUILD_MACOS_APP_BUNDLE),)
$(Q)$(call CREATE_MACOS_APP_BUNDLE)
$(Q)$(call CREATE_MACOS_APP_BUNDLE,$(BUILD)/$(TARGET)$(EXT))
endif
else
$(Q)cd $(BUILD) && $(COMPILER) $(LDFLAGS) $(OBJS) $(THIRDPART_OBJS) -o $(TARGET)$(EXT) $(THIRDPART_LIBS) $(NOT_PKG_LIBS) $(PKGCFG_LIBS) $(LINKER_FLAGS)
Expand Down

0 comments on commit 08eda34

Please sign in to comment.