Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
d3fd0945
Unverified
Commit
d3fd0945
authored
Oct 29, 2018
by
Max Lv
Committed by
GitHub
Oct 29, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1982 from xmh19936688/patch-1
don't set GOROOT if already exist
parents
997eb799
4bb27a3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
core/src/overture/make.bat
core/src/overture/make.bat
+4
-7
No files found.
core/src/overture/make.bat
View file @
d3fd0945
...
@@ -60,15 +60,12 @@ IF "%ERRORLEVEL%" == 1 (
...
@@ -60,15 +60,12 @@ IF "%ERRORLEVEL%" == 1 (
EXIT
1
EXIT
1
)
)
IF
NOT
EXIST
%DIR%
\go\bin\go.exe
(
WHERE
go
.exe
ECHO
"Build the custom go"
IF
NOT
EXIST
%GOROOT%
(
ECHO
"GOROOT not found"
PUSHD
%DIR%
\go\src
EXIT
1
CALL
make
.bat
POPD
)
)
SET
GOROOT
=
%DIR%
\go
SET
GOPATH
=
%DIR%
SET
GOPATH
=
%DIR%
SET
PATH
=
%GOROOT%
\bin
;
%GOPATH%
\bin
;
%PATH%
SET
PATH
=
%GOROOT%
\bin
;
%GOPATH%
\bin
;
%PATH%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment