ソースを参照

Explictly specify Python 3.

pull/26/head
Matthew Petroff 10年前
コミット
f543017f33
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      utils/build/build.py
  2. +1
    -1
      utils/build/build.sh

+ 1
- 1
utils/build/build.py ファイルの表示

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import os
import tempfile


+ 1
- 1
utils/build/build.sh ファイルの表示

@@ -1,3 +1,3 @@
#!/bin/sh

python build.py
python3 build.py

読み込み中…
キャンセル
保存