From 08e9cb60d0015674a020401199f7ccf99e253e82 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 23 Jun 2019 14:10:15 +0200 Subject: [PATCH] stb_image macos support --- stbi/stbi.v | 1 + 1 file changed, 1 insertion(+) 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"