mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Copy gdnative headers helper script.
This commit is contained in:
parent
c09474ccd8
commit
1d66eb1742
10
misc/scripts/copy_gdnative_headers.sh
Executable file
10
misc/scripts/copy_gdnative_headers.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# Run this script form it's own folder
|
||||||
|
|
||||||
|
cd ../..
|
||||||
|
|
||||||
|
cp -u ./modules/gdnative/include/gdnative_api_struct.gen.h ./bin/gdnative_api_struct.gen.h
|
||||||
|
|
||||||
|
|
@ -112,6 +112,9 @@ files=(
|
|||||||
|
|
||||||
# IOS - final template
|
# IOS - final template
|
||||||
"iphone.zip"
|
"iphone.zip"
|
||||||
|
|
||||||
|
# GDNative generated header, the rest will be generated by the engine or copied
|
||||||
|
"gdnative_api_struct.gen.h"
|
||||||
)
|
)
|
||||||
|
|
||||||
error=0
|
error=0
|
||||||
|
Loading…
Reference in New Issue
Block a user