mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 22:07:34 +02:00
Revert headerFlag change to -h
This commit is contained in:
parent
fa0c58fa0e
commit
bcda6a7005
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ def processCommand(line):
|
|||
scribeArgs = getCommonScribeArgs(scribeFile, libs)
|
||||
headerFlag = '-H'
|
||||
# using the old flag on Android builds for now
|
||||
if (dialect == '310es'): headerFlag = '-H'
|
||||
if (dialect == '310es'): headerFlag = '-h'
|
||||
for header in getDialectAndVariantHeaders(dialect, variant):
|
||||
scribeArgs.extend([headerFlag, header])
|
||||
scribeArgs.extend(['-o', unoptGlslFile])
|
||||
|
|
Loading…
Reference in a new issue