diff options
author | 2023-09-15 07:26:52 -0700 | |
---|---|---|
committer | 2023-09-15 07:26:52 -0700 | |
commit | f8ad2e892ff91d54da3a4fb4262e39fd8dc8f514 (patch) | |
tree | b1d5b7f239d188dc05d6aace73fb19eb538d562b | |
parent | 75697890ce1040d2c2f9bc50499faf54b3205915 (diff) | |
download | bun-jarred/ci-check.tar.gz bun-jarred/ci-check.tar.zst bun-jarred/ci-check.zip |
check cijarred/ci-check
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ SHARED_INCLUDE_DIR = -I$(realpath src/bun.js/bindings)/ \ -I$(realpath src/bun.js/bindings/sqlite) \ -I$(realpath src/bun.js/bindings/node_os) \ -I$(realpath src/bun.js/modules) \ - -I$(JSC_INCLUDE_DIR) + -I$(realpath $(JSC_INCLUDE_DIR)) MAC_INCLUDE_DIRS := $(ALL_JSC_INCLUDE_DIRS) \ $(SHARED_INCLUDE_DIR) \ |