Skip to content

Commit

Permalink
Fix basilisk version
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 committed Jul 14, 2024
1 parent 21af699 commit 6fef023
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions toolkit/mozapps/installer/package-name.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ PACKAGE_NAME_MK_INCLUDED := 1
ifndef MOZ_PKG_VERSION
# Normally MOZ_PKG_VERSION is set to the application version
MOZ_PKG_VERSION = $(MOZ_APP_VERSION)

# This overrides it with the BUILDID for Basilisk and IceWeasel
# We do it this way because makefile's conditional checking is very
# primitive or else very cryptic
ifdef MC_BASILISK
MOZ_PKG_VERSION = $(BUILDID)
endif

ifdef HYPE_ICEWEASEL
MOZ_PKG_VERSION = $(BUILDID)
endif
endif

ifndef MOZ_PKG_PLATFORM
Expand Down

0 comments on commit 6fef023

Please sign in to comment.