Skip to content

Commit 458ea33

Browse files
authored
Merge pull request #35 from bruvzg/fix_time_build
Fix Time header conflict.
2 parents dd071ee + dea1966 commit 458ea33

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

SConstruct

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,7 @@ else:
155155
env.Append(CPPPATH=[
156156
'.',
157157
'godot',
158-
'godot/main',
159-
'godot/core',
160-
'godot/core/os',
161-
'godot/core/platform',
162158
'godot/platform/iphone',
163-
'godot/modules',
164-
'godot/scene',
165-
'godot/servers',
166-
'godot/drivers',
167-
'godot/thirdparty',
168159
])
169160

170161
# tweak this if you want to use different folders, or more folders, to store your source code in.

0 commit comments

Comments
 (0)