• Stewart Miles's avatar
    Terminate the output directory argument of flatc. · 60acef94
    Stewart Miles authored
    Given the command
    
    flatc -o . -c test.fbs
    
    it would generate header file
    
    .test_generated.h
    
    rather than
    
    ./test_generated.h
    
    This fixes this issue.
    
    Tested:
    Manually verified that flatc generates the correct output files given output
    paths ending with and without '/' on Linux and Windows.
    
    Bug: 16464827
    Change-Id: I854cb881286f22690f1885f942cf3fd2fc59ca8d
    60acef94
Name
Last commit
Last update
android Loading commit data...
build Loading commit data...
docs Loading commit data...
include/flatbuffers Loading commit data...
java/flatbuffers Loading commit data...
samples Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE.txt Loading commit data...
readme.md Loading commit data...