Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Oct 26, 2022
1 parent bd372e9 commit d21739a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,11 @@ SHARED_INCLUDE_DIR = -I$(realpath src/bun.js/bindings)/ \
-I$(realpath src/bun.js/builtins/cpp) \
-I$(realpath src/bun.js/bindings/node_os) \
-I$(realpath src/bun.js/modules) \

-I$(JSC_INCLUDE_DIR)

MAC_INCLUDE_DIRS := $(ALL_JSC_INCLUDE_DIRS) \
$(SHARED_INCLUDE_DIR) \
-I$(WEBKIT_DIR)/Source \
-I$(JSC_INCLUDE_DIR)

LINUX_INCLUDE_DIRS := -I$(JSC_INCLUDE_DIR) \
$(ALL_JSC_INCLUDE_DIRS) \
Expand Down

0 comments on commit d21739a

Please sign in to comment.