We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e9d5a commit fa82968Copy full SHA for fa82968
1 file changed
tools/make/common.mk
@@ -379,3 +379,12 @@ else
379
DEPS_CEPHES_BUILD_OUT ?= $(DEPS_BUILD_DIR)/cephes
380
endif
381
382
+
383
+# Define the Electron version:
384
+DEPS_ELECTRON_VERSION ?= 1.7.6
385
386
+# Generate a version slug:
387
+deps_electron_version_slug := $(subst .,_,$(DEPS_ELECTRON_VERSION))
388
389
+# Define the output path when building Electron:
390
+DEPS_ELECTRON_BUILD_OUT ?= $(DEPS_BUILD_DIR)/electron_$(deps_electron_version_slug)
0 commit comments