Remove old GYP build script.
This commit is contained in:
parent
4ea254886e
commit
fd813dfb9c
1 changed files with 0 additions and 36 deletions
|
|
@ -1,36 +0,0 @@
|
||||||
# This file is part of Desktop App Toolkit,
|
|
||||||
# a set of libraries for developing nice desktop applications.
|
|
||||||
#
|
|
||||||
# For license and copyright information please follow this link:
|
|
||||||
# https://github.com/desktop-app/legal/blob/master/LEGAL
|
|
||||||
|
|
||||||
{
|
|
||||||
'includes': [
|
|
||||||
'../../common/common.gypi',
|
|
||||||
],
|
|
||||||
'targets': [{
|
|
||||||
'target_name': 'linux_glibc_wraps',
|
|
||||||
'type': 'static_library',
|
|
||||||
'variables': {
|
|
||||||
'src_loc': '.',
|
|
||||||
},
|
|
||||||
'configurations': {
|
|
||||||
'Debug': {
|
|
||||||
},
|
|
||||||
'Release': {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'sources': [
|
|
||||||
'<(src_loc)/linux_glibc_wraps.c',
|
|
||||||
],
|
|
||||||
'conditions': [[ '"<!(uname -m)" == "x86_64" or "<!(uname -m)" == "aarch64"', {
|
|
||||||
'sources': [
|
|
||||||
'<(src_loc)/linux_glibc_wraps_64.c',
|
|
||||||
],
|
|
||||||
}, {
|
|
||||||
'sources': [
|
|
||||||
'<(src_loc)/linux_glibc_wraps_32.c',
|
|
||||||
],
|
|
||||||
}]],
|
|
||||||
}],
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue