diff --git a/stbi/stbi.v b/stbi/stbi.v index 8ddcef5c8f..88344ec437 100644 --- a/stbi/stbi.v +++ b/stbi/stbi.v @@ -7,6 +7,7 @@ module stbi import gl #flag linux -I$HOME/code/v/thirdparty/stb_image +#flag darwin -I$HOME/code/v/thirdparty/stb_image #define STB_IMAGE_IMPLEMENTATION #include "stb_image.h"