Skip to content

Commit 0587ae6

Browse files
authored
Merge pull request #3937 from dnltz/WIP/dnltz/fix-kepler-format-exe
flow: scripts: variables: Fix KEPLER_FORMAL_EXE export
2 parents e0f1ad3 + bf8e849 commit 0587ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/variables.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ KLAYOUT_DIR = $(abspath $(FLOW_HOME)/../tools/install/klayout/)
118118
KLAYOUT_BIN_FROM_DIR = $(KLAYOUT_DIR)/klayout
119119

120120
KEPLER_FORMAL_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/kepler-formal/bin/kepler-formal)
121-
export KEPLER_FORMAL_EXE := $(KEPLER_FORMAL_EXE)
121+
export KEPLER_FORMAL_EXE
122122

123123
ifeq ($(wildcard $(KLAYOUT_BIN_FROM_DIR)), $(KLAYOUT_BIN_FROM_DIR))
124124
export KLAYOUT_CMD ?= sh -c 'LD_LIBRARY_PATH=$(dir $(KLAYOUT_BIN_FROM_DIR)) $$0 "$$@"' $(KLAYOUT_BIN_FROM_DIR)

0 commit comments

Comments
 (0)