Skip to content

Commit 9a536aa

Browse files
committed
Adapt build for cd-local-uuid PR 2
A follow-on patch will regenerate Make-managed files. References: * Cyber-Domain-Ontology/CDO-Utility-Local-UUID#2 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 088cfee commit 9a536aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ all: \
7171
case.jsonld: \
7272
.venv.done.log \
7373
$(example_source_files)
74-
export CASE_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
74+
export CDO_DEMO_NONRANDOM_UUID_BASE="$(top_srcdir)" \
7575
&& source venv/bin/activate \
7676
&& poetry run python example.py \
7777
> _$@

0 commit comments

Comments
 (0)