소스 검색

Update _dev/Makefile so that the code builds on Ubuntu

tls13
Christopher Patton 6 년 전
committed by Henry Dorsett Case
부모
커밋
d485f39ca9
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      _dev/Makefile

+ 3
- 3
_dev/Makefile 파일 보기

@@ -37,9 +37,9 @@ $(BUILD_DIR)/$(OS_ARCH)/.ok_$(VER_OS_ARCH): clean
mkdir -p "$(GOROOT_LOCAL)/pkg"

# Copy src/tools from system GOROOT
cp -r $(GOROOT_ENV)/src $(GOROOT_LOCAL)/src
cp -r $(GOROOT_ENV)/pkg/include $(GOROOT_LOCAL)/pkg/include
cp -r $(GOROOT_ENV)/pkg/tool $(GOROOT_LOCAL)/pkg/tool
cp -Hr $(GOROOT_ENV)/src $(GOROOT_LOCAL)/src
cp -Hr $(GOROOT_ENV)/pkg/include $(GOROOT_LOCAL)/pkg/include
cp -Hr $(GOROOT_ENV)/pkg/tool $(GOROOT_LOCAL)/pkg/tool

# Swap TLS implementation
rm -r $(GOROOT_LOCAL)/src/crypto/tls/*


불러오는 중...
취소
저장