Update output path of NymaTypes shell script

fixes 65d5e3f7d
This commit is contained in:
YoshiRulz 2021-04-10 08:49:07 +10:00
parent 65d5e3f7d5
commit 7ec1008621
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
./flatc --cpp --gen-object-api NymaTypes.fbs
./flatc --csharp --gen-object-api -o ../../src/Bizhawk.Emulation.Cores/Waterbox NymaTypes.fbs
./flatc --csharp --gen-object-api -o ../../ExternalProjects/FlatBuffers.GenOutput NymaTypes.fbs