Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
moromete committed Feb 20, 2014
1 parent 7a39d60 commit 8c8ea6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ def is_exe(fpath):

#make executables
is_exe(os.path.join(SOPCAST_ARM_PATH, QEMU))
is_exe(os.path.join(SOPCAST_ARM_PATH, "lib/ld-linux.so.2"))

QEMU_SPSC = [os.path.join(SOPCAST_ARM_PATH, QEMU), os.path.join(SOPCAST_ARM_PATH, "lib/ld-linux.so.2"), "--library-path", os.path.join(SOPCAST_ARM_PATH, "lib")]
SPSC = os.path.join(SOPCAST_ARM_PATH, SPSC_BINARY)
Expand Down

0 comments on commit 8c8ea6c

Please sign in to comment.