mirror of
https://github.com/zeldaret/ph
synced 2026-09-01 09:23:16 -04:00
review
This commit is contained in:
@@ -8,8 +8,6 @@ else ifneq ($(REGION),)
|
|||||||
$(error Unknown region '$(REGION)')
|
$(error Unknown region '$(REGION)')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PYTHON ?= python
|
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
WINE :=
|
WINE :=
|
||||||
else
|
else
|
||||||
@@ -17,6 +15,8 @@ else
|
|||||||
PYTHON ?= python3.11
|
PYTHON ?= python3.11
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
PYTHON ?= python
|
||||||
|
|
||||||
ROOT := $(shell pwd)
|
ROOT := $(shell pwd)
|
||||||
BUILD_DIR := build
|
BUILD_DIR := build
|
||||||
TARGET_DIR := $(BUILD_DIR)/$(REGION_NAME)
|
TARGET_DIR := $(BUILD_DIR)/$(REGION_NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user