···1011 # flatbuffers needs VERSION environment variable for setting the correct
12 # version, otherwise it uses the current date.
13- VERSION = "${version}";
1415 pythonImportsCheck = [ "flatbuffers" ];
16
···1011 # flatbuffers needs VERSION environment variable for setting the correct
12 # version, otherwise it uses the current date.
13+ VERSION = version;
1415 pythonImportsCheck = [ "flatbuffers" ];
16