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

pull/4329/head
Delyan Angelov 2020-04-10 13:09:04 +03:00
parent 60d6543733
commit 3ea563291c
1 changed files with 2 additions and 2 deletions

View File

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