We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3c9549 + 67f1d17 commit d553b81Copy full SHA for d553b81
Makefile
@@ -15,7 +15,7 @@ NPMRC=
15
BUILD_DIR=/undefined
16
LKQL_DIR=$(BUILD_DIR)/lkql
17
# Default impact-db directory as set in an ancr devenv
18
-IMPACTDB_DIR=$(PWD)/../impact-db
+IMPACTDB_DIR=$(ANCR_ROOT_DIR)/src/impact-db
19
GPRBUILD=gprbuild -j$(PROCS) -p -XBUILD_MODE=$(BUILD_MODE)
20
GPRINSTALL=gprinstall --prefix=$(PREFIX) -p -XBUILD_MODE=$(BUILD_MODE)
21
BUILD_FOR_JIT=false
0 commit comments