mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
6
build.py
6
build.py
@@ -20,11 +20,7 @@ def check_status(status, msg):
|
||||
|
||||
|
||||
def get_build_dir():
|
||||
# current_platform = platform.system()
|
||||
|
||||
# if current_platform not in platformSuffixes: raise OSError("Platform %s is not supported!" % (current_platform))
|
||||
|
||||
return "build" # os.path.join("build", platformSuffixes[current_platform])
|
||||
return "build"
|
||||
|
||||
|
||||
def get_package_name():
|
||||
|
||||
@@ -20,11 +20,7 @@ def check_status(status, msg):
|
||||
|
||||
|
||||
def get_build_dir():
|
||||
# current_platform = platform.system()
|
||||
|
||||
# if current_platform not in platformSuffixes: raise OSError("Platform %s is not supported!" % (current_platform))
|
||||
|
||||
return "build" # os.path.join("build", platformSuffixes[current_platform])
|
||||
return "build"
|
||||
|
||||
|
||||
def get_package_name():
|
||||
|
||||
Reference in New Issue
Block a user