Moved minimp3.

This commit is contained in:
Relintai 2023-12-16 22:15:11 +01:00
parent a667776151
commit c48c12acd7
4 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Import("env_modules")
env_minimp3 = env_modules.Clone()
thirdparty_dir = "#thirdparty/minimp3/"
thirdparty_dir = "minimp3/"
# Treat minimp3 headers as system headers to avoid raising warnings. Not supported on MSVC.
if not env.msvc: