make libzt.a position_independent_code
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"targets": [
|
||||
{
|
||||
"include_dirs": [
|
||||
"libzt/lib/release/linux-x86_64",
|
||||
"libzt/include",
|
||||
],
|
||||
"includes": [
|
||||
@@ -13,7 +12,7 @@
|
||||
],
|
||||
"conditions":[
|
||||
["OS=='linux' and target_arch=='x64'", {
|
||||
"libraries": [ "<(module_root_dir)/libzt/lib/release/linux-x86_64/libzt.so" ]
|
||||
"libraries": [ "<(module_root_dir)/libzt/lib/release/linux-x86_64/libzt.a" ]
|
||||
}],
|
||||
["OS=='mac' and target_arch=='x64'", {
|
||||
"libraries": [ "<(module_root_dir)/libzt/lib/release/macos-x86_64/libzt.a" ]
|
||||
|
||||
Reference in New Issue
Block a user