diff options
Diffstat (limited to 'fxbarcode')
-rw-r--r-- | fxbarcode/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/BUILD.gn b/fxbarcode/BUILD.gn index 524ca7bb8b..b5aecb8d2f 100644 --- a/fxbarcode/BUILD.gn +++ b/fxbarcode/BUILD.gn @@ -135,7 +135,7 @@ jumbo_source_set("fxbarcode") { "utils.h", ] deps = [ - "../:fxcrt", + "../core/fxcrt", "../core/fxge", "../third_party:bigint", ] |