1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

big.v: use again @VROOT/ for #flags

This commit is contained in:
Delyan Angelov 2020-04-10 13:09:04 +03:00
parent 60d6543733
commit 3ea563291c

View File

@ -2,8 +2,8 @@ module big
// Wrapper for https://github.com/kokke/tiny-bignum-c
#flag -I thirdparty/bignum
#flag thirdparty/bignum/bn.o
#flag -I @VROOT/thirdparty/bignum
#flag @VROOT/thirdparty/bignum/bn.o
#include "bn.h"
pub struct Number {