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:
parent
60d6543733
commit
3ea563291c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user