Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel393
Commits
1b1e47b8
Commit
1b1e47b8
authored
Oct 30, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug - did not run generate_c.sh/copy files
parent
1972c36e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
setup.py
setup.py
+3
-4
No files found.
setup.py
View file @
1b1e47b8
...
...
@@ -247,16 +247,15 @@ for p,v in Projects.items():
copy_eclipse_settings
(
k
)
#special case for x393 fpga project
if
p
==
"x393"
:
if
k
==
"x393"
:
if
os
.
path
.
isfile
(
k
+
"/py393/generate_c.sh"
):
subcwd
=
os
.
getcwd
()
os
.
chdir
(
subcwd
+
"/"
+
k
+
"/py393"
)
shout
(
"./generate_c.sh"
)
os
.
chdir
(
subcwd
)
if
os
.
path
.
isdir
(
k
+
"/generated"
):
if
os
.
path
.
isdir
(
k
+
"/
py393/
generated"
):
if
os
.
path
.
isdir
(
cwd
+
"/linux-elphel/src/drivers/elphel"
):
shout
(
"rsync -a "
+
k
+
"/generated "
+
cwd
+
"/linux-elphel/src/drivers/elphel"
)
shout
(
"rsync -a "
+
k
+
"/py393/generated/ "
+
cwd
+
"/linux-elphel/src/drivers/elphel"
)
os
.
chdir
(
cwd
)
elif
isinstance
(
v
,
list
):
...
...
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