alliedmodders / metamod-source

Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine
http://www.metamodsource.net/
Other
370 stars 84 forks source link

Metamod cannot compile if it is a submodule inside another repo #137

Open zer0k-z opened 9 months ago

zer0k-z commented 9 months ago

It tries to run with open(os.path.join(builder.sourcePath, '.git', 'HEAD'), encoding='utf-8') as fp: but .git in the submodule is a file pointing to the appropriate .git directory instead.