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 d21739a commit 5cd91fa
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 @@ -292,8 +292,7 @@ MAC_INCLUDE_DIRS := $(ALL_JSC_INCLUDE_DIRS) \
$(SHARED_INCLUDE_DIR) \
-I$(WEBKIT_DIR)/Source \

LINUX_INCLUDE_DIRS := -I$(JSC_INCLUDE_DIR) \
$(ALL_JSC_INCLUDE_DIRS) \
LINUX_INCLUDE_DIRS := $(ALL_JSC_INCLUDE_DIRS) \
$(SHARED_INCLUDE_DIR) \
-I$(ZLIB_INCLUDE_DIR)

Expand Down

0 comments on commit 5cd91fa

Please sign in to comment.