Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
10fcdef8
Commit
10fcdef8
authored
Apr 24, 2018
by
Jens Korinth
Browse files
Fix path to platform_global.to in Scala
parent
33b097a6
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/package.scala
View file @
10fcdef8
...
...
@@ -41,7 +41,6 @@ package object tapasco {
lazy
val
PLATFORM_NUM_SLOTS
:
Int
=
{
val
f
=
Paths
.
get
(
sys
.
env
(
"TAPASCO_HOME"
))
.
resolve
(
"platform"
)
.
resolve
(
"common"
)
.
resolve
(
"include"
)
.
resolve
(
"platform_global.h"
)
assert
(
f
.
toFile
.
exists
,
s
"$f does not exist"
)
...
...
Write
Preview
Supports
Markdown
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