Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fixup! [Pal] Linux-SGX: generate gsgx.h
Browse files Browse the repository at this point in the history
  • Loading branch information
woju committed Dec 22, 2020
1 parent db43e79 commit c6864de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Pal/src/host/Linux-SGX/link-intel-driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ def main():
try:
isgx_driver_path = os.environ['ISGX_DRIVER_PATH']
except KeyError:
print('ISGX_DRIVER_PATH environment variable is undefined. You can define an\n'
'empty ISGX_DRIVER_PATH="" to use the default in-kernel driver\'s C header.',
print(
'ISGX_DRIVER_PATH environment variable is undefined. You can define\n'
'ISGX_DRIVER_PATH="" to use the default in-kernel driver\'s C header.',
file=sys.stderr)
sys.exit(1)

Expand Down

0 comments on commit c6864de

Please sign in to comment.