Skip to content

Commit f30f367

Browse files
committed
Merge branch 'android-dev' of https://github.com/polymonster/pmtech into android-dev
2 parents 01c4d55 + d9b634a commit f30f367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/premake/app_template.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@ function create_binary(project_name, source_directory, root_directory, binary_ty
363363

364364
if platform == "android" then
365365
android_strings(project_name, root_directory)
366-
if os.host() == "windows" then
366+
if os.get() == "windows" then
367367
copydir(
368-
"../third_party/fmod/lib/android",
368+
"../third_party/fmod/lib/android",
369369
project_build_dir(project_name, root_directory, platform) .. "/src/main/jniLibs"
370370
)
371371
else

0 commit comments

Comments
 (0)