Skip to content

Commit

Permalink
fixed linux lua support
Browse files Browse the repository at this point in the history
  • Loading branch information
K4thos committed Jan 29, 2017
1 parent 0273997 commit ad30c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EET/lib/EET_core.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ END ELSE BEGIN //osx, unix
END
ACTION_IF ~%WEIDU_OS%~ STR_EQ ~unix~ BEGIN
AT_NOW ~echo $(uname -m) >EET/temp/arch_var.txt~
ACTION_IF (FILE_CONTAINS_EVALUATED (~EET/temp/arch_var.txt~ ~AMD64~)) BEGIN
ACTION_IF (FILE_CONTAINS_EVALUATED (~EET/temp/arch_var.txt~ ~x86_64~)) BEGIN
OUTER_SPRINT arch_var ~x86_64/~
PRINT ~arch_var = %arch_var%~
END
Expand Down

0 comments on commit ad30c8c

Please sign in to comment.