mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v: deprecate @VROOT
in favour of @VMODROOT
(#9795)
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
module stbi
|
||||
|
||||
#flag -I @VROOT/thirdparty/stb_image
|
||||
#flag -I @VEXEROOT/thirdparty/stb_image
|
||||
#include "stb_image.h"
|
||||
#flag @VROOT/thirdparty/stb_image/stbi.o
|
||||
#flag @VEXEROOT/thirdparty/stb_image/stbi.o
|
||||
|
||||
pub struct Image {
|
||||
pub mut:
|
||||
|
Reference in New Issue
Block a user