RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
BSD 2-Clause "Simplified" License
2.63k stars 145 forks source link

Blind fix for CI failure #22

Closed EBatut-ALG closed 7 years ago

EBatut-ALG commented 7 years ago

Blind attempt at fixing the CI/Linux build for incoming PRs.

EBatut-ALG commented 7 years ago

This PR is now dependent on https://github.com/milostosic/rdebug/pull/1

I don't know if this dependency can be made explicit on GitHub...

milostosic commented 7 years ago

It's possible to make a dependency explicit using git submodules. I do use them but for a private repo that references all of the public ones... For MTuner, it would have to be a separate repo that sets this one and all dependencies as submodules. Dealing with this is in my (low priority) TODO list...