diff options
| author | Rémi Verschelde | 2017-09-04 21:51:07 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-04 21:51:07 +0200 |
| commit | e979e50b7d83a90c39c206783b15c1ff3a43fb0d (patch) | |
| tree | 45c66640fbf82b4e1226f51cec3da548f8488e51 /modules/nativescript/SCsub | |
| parent | f9d9e9099cd04a112598d65ac67a05eb78139e4a (diff) | |
| parent | 54a9c1ee43673803e8992ebdcb9e8fca3c367487 (diff) | |
| download | godot-e979e50b7d83a90c39c206783b15c1ff3a43fb0d.tar.gz godot-e979e50b7d83a90c39c206783b15c1ff3a43fb0d.tar.zst godot-e979e50b7d83a90c39c206783b15c1ff3a43fb0d.zip | |
Diffstat (limited to 'modules/nativescript/SCsub')
| -rw-r--r-- | modules/nativescript/SCsub | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/nativescript/SCsub b/modules/nativescript/SCsub deleted file mode 100644 index e980e40e8..000000000 --- a/modules/nativescript/SCsub +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python - -Import('env') - -mod_env = env.Clone() -mod_env.add_source_files(env.modules_sources, "*.cpp") -mod_env.Append(CPPPATH='#modules/gdnative') -mod_env.Append(CPPFLAGS=['-DGDAPI_BUILT_IN']) - -Export('mod_env') |
