Skip to content

Commit

Permalink
#438 fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 13, 2024
1 parent 883d7ad commit 773901d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_deps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3

# ------------------------------------------------------------------------------
# Copyright (C) 2018-Present SKALE Labs
Expand All @@ -23,9 +23,9 @@
# @date 2018
#

import sys
import os
import subprocess

os.chdir("..")
topDir = os.getcwd()
print("Starting build")
Expand Down
Binary file removed scripts/sgx_linux_x64_driver_2.11.54c9c4c.bin
Binary file not shown.
Binary file removed scripts/sgx_linux_x64_sdk_2.19.100.3.bin
Binary file not shown.

0 comments on commit 773901d

Please sign in to comment.