From 7ec100862167291f3910cdb0ac3bbf6189b0b40d Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sat, 10 Apr 2021 08:49:07 +1000 Subject: [PATCH] Update output path of NymaTypes shell script fixes 65d5e3f7d --- waterbox/nyma/run-flatc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waterbox/nyma/run-flatc.sh b/waterbox/nyma/run-flatc.sh index 0d5d00a2c1..421f3af7f9 100644 --- a/waterbox/nyma/run-flatc.sh +++ b/waterbox/nyma/run-flatc.sh @@ -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