peace-maker / DHooks2

Dynamic detouring support for the DHooks 2 SourceMod extension
https://forums.alliedmods.net/showthread.php?p=2588686#post2588686
67 stars 11 forks source link

Move sourcemod to sourcemod_files to avoid build conflicts with the sourcemod repo #12

Closed maxime1907 closed 3 years ago

peace-maker commented 3 years ago

Can you elaborate? What kind of conflicts?

maxime1907 commented 3 years ago

Hi, actually if i clone sourcemod without renaming it to sourcemod-1.10 or whatever, the configure.py fails because a folder already named sourcemod is already present in DHooks2/sourcemod. In consequence, it cannot find required files like assembler-x86.cpp self.sm_root = ResolveEnvPath('SOURCEMOD', 'sourcemod')

peace-maker commented 3 years ago

Ah, true. Thank you!