mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
nak/algebraic: merge run and main function
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26999>
This commit is contained in:
parent
465e26dd98
commit
15785a9bfe
1 changed files with 0 additions and 3 deletions
|
|
@ -43,10 +43,7 @@ def main():
|
|||
parser.add_argument('-p', '--import-path', required=True)
|
||||
args = parser.parse_args()
|
||||
sys.path.insert(0, args.import_path)
|
||||
run()
|
||||
|
||||
|
||||
def run():
|
||||
import nir_algebraic # pylint: disable=import-error
|
||||
|
||||
print('#include "nak_private.h"')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue