Skip to content

Commit

Permalink
Internal build fixes (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
acoates-ms authored May 9, 2019
1 parent bef5092 commit 718572f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion vnext/CopyHeaders.inc
Original file line number Diff line number Diff line change
Expand Up @@ -905,4 +905,3 @@ COPYFILES_PASS0 = \
ReactCommon\jsi\jsi.h, jsi; \
ReactCommon\jsi\jsi-inl.h, jsi; \
ReactCommon\jsi\V8Runtime.h, jsi; \
ReactWindows\Chakra\ChakraRuntime.h, jsi; \
3 changes: 3 additions & 0 deletions vnext/make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ INCLUDES = $(INCLUDES); \
$(OPENSOURCE_REACTNATIVE)\OfficeISS\ReactWindows\include\ReactWindowsCore; \
$(OPENSOURCE_REACTNATIVE)\OfficeISS\ReactWindows\Desktop; \
$(OPENSOURCE_REACTNATIVE)\OfficeISS\ReactWindows\ReactWindowsCore; \
$(PKGMICROSOFT_CHAKRACORE_VC140)\build\native\include; \
$(OPENSOURCE_OPENSSL); \

!LISTFILES -recursive CHAKRACORE_HEADERS = $(PKGMICROSOFT_CHAKRACORE_VC140) *.h
!LISTFILES -recursive JAVASCRIPTCORE_TEMP_HEADERS = $(PKGJAVASCRIPTCORE_TEMP) *.h
!LISTFILES -recursive BOOST_HEADERS = $(PKGBOOST) *

HEADERS = $(HEADERS) \
$(CHAKRACORE_HEADERS) \
$(JAVASCRIPTCORE_TEMP_HEADERS) \
$(BOOST_HEADERS) \

Expand Down

0 comments on commit 718572f

Please sign in to comment.