Fixed Android build file
This commit is contained in:
parent
dd559fdb2f
commit
6b3f194b9d
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ import subprocess
|
||||||
import sys
|
import sys
|
||||||
import glob
|
import glob
|
||||||
|
|
||||||
APK_NAME = "scenerendering"
|
APK_NAME = "vulkanScenerendering"
|
||||||
SHADER_DIR = "pbribl"
|
SHADER_DIR = "scenerendering"
|
||||||
|
|
||||||
if subprocess.call("ndk-build", shell=True) == 0:
|
if subprocess.call("ndk-build", shell=True) == 0:
|
||||||
print("Build successful")
|
print("Build successful")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue