big.v: use again @VROOT/ for #flags
parent
60d6543733
commit
3ea563291c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue