intel / linux-sgx

Intel SGX for Linux*
https://www.intel.com/content/www/us/en/developer/tools/software-guard-extensions/linux-overview.html
Other
1.32k stars 543 forks source link

SampleCode filename conflict in case-insensitive filesystem #295

Open Eadom opened 6 years ago

Eadom commented 6 years ago

In SampleCode, the folder App and the application named app will be conflicted in case-insensitive filesystem.

How about changing the _AppName in makefile to application?

lzha101 commented 6 years ago

Thanks for the advice. Will consider to fix it for next release. BTW, on which filesystem do you get this conflict?

Eadom commented 6 years ago

I just copied my code to my mbp with case-sensitive APFS, And found the conflict.