mirror of
https://github.com/openharmony/third_party_giflib.git
synced 2026-07-01 06:41:59 -04:00
!22 修复未定义board_chaintool_type导致编译报错
Merge pull request !22 from suwenxiang/master
This commit is contained in:
@@ -20,7 +20,7 @@ if (defined(ohos_lite)) { # is on lite Os for ipcamera
|
||||
lite_library("libgif") {
|
||||
if (ohos_kernel_type == "liteos_m") {
|
||||
target_type = "static_library"
|
||||
if (board_toolchain_type == "iccarm") {
|
||||
if (defined(board_toolchain_type) && board_toolchain_type == "iccarm") {
|
||||
cflags = [
|
||||
"--diag_suppress",
|
||||
"Pa084",
|
||||
|
||||
Reference in New Issue
Block a user