Browse Source

[PAL] fix pal_loader SGX invocation

This fixes regression from 2d29f7aaeb61fed821d91fdea66705e8b3b2aab2
Wojtek Porczyk 4 years ago
parent
commit
e0b690f22e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Runtime/pal_loader

+ 1 - 0
Runtime/pal_loader

@@ -5,6 +5,7 @@ do
 	case "$1" in
 		"SGX")
 			SGX=1
+			export SGX
 			;;
 		"GDB")
 			GDB=1