11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
|
import("../third_party.gni")
|
||
|
|
||
|
system("expat") {
|
||
|
include_dirs = @_INCLUDES@
|
||
|
if(is_debug) {
|
||
|
libs = @_LIBS_DBG@
|
||
|
} else {
|
||
|
libs = @_LIBS_REL@
|
||
|
}
|
||
|
}
|