Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmaclarty committed Sep 25, 2016
1 parent 4384628 commit 13a1181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/am_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ static const char *platform_luavm(const char *platform) {
if (strcmp(platform, "linux64")) return "luajit";
if (strcmp(platform, "osx")) return "luajit";
return "lua51";
}

static char *get_bin_path(export_config *conf, const char *platform) {
const char *builds_path = conf->basepath;
Expand Down

0 comments on commit 13a1181

Please sign in to comment.