aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/shaderc.gyp6
1 files changed, 1 insertions, 5 deletions
diff --git a/gyp/shaderc.gyp b/gyp/shaderc.gyp
index 26af80a4d1..7732e221ac 100644
--- a/gyp/shaderc.gyp
+++ b/gyp/shaderc.gyp
@@ -8,12 +8,8 @@
'variables': {
'variables': { # This is the dreaded nested variables dict so that we can
# have dependent variables
+ 'shaderc_build_configuration': '<(CONFIGURATION_NAME)',
'conditions': [
- [ 'CONFIGURATION_NAME == "Release_Developer"', {
- 'shaderc_build_configuration' : 'Release',
- }, {
- 'shaderc_build_configuration' : '<(CONFIGURATION_NAME)',
- }],
[ 'skia_os == "win"', {
'shaderc_lib_name' : 'shaderc_combined.lib',
}, {