Skip to content

Commit

Permalink
osx, linux weidu
Browse files Browse the repository at this point in the history
  • Loading branch information
K4thos committed Jan 19, 2017
1 parent 5ed04d7 commit 5eab19d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EET/EET.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ACTION_IF ~%WEIDU_OS%~ STR_EQ ~win32~ BEGIN
END ELSE BEGIN //osx, unix
OUTER_SPRINT exe ~~
OUTER_SPRINT bin ~./~
OUTER_SPRINT WEIDU_EXECUTABLE ~./setup-EET~
OUTER_SPRINT WEIDU_EXECUTABLE ~./EET/weidu_%WEIDU_OS%~
END

OUTER_SPRINT quote ~"~
Expand Down
2 changes: 1 addition & 1 deletion EET/lib/EET_core.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ END ELSE BEGIN //osx, unix
OUTER_SPRINT os_slash ~/~
OUTER_SPRINT exe ~~
OUTER_SPRINT bin ~./~
OUTER_SPRINT WEIDU_EXECUTABLE ~./setup-EET~
OUTER_SPRINT WEIDU_EXECUTABLE ~./EET/weidu_%WEIDU_OS%~
OUTER_SPRINT bash_debug ~ 2>>EET/temp/bash.debug | tee -a EET/temp/bash.debug~
AT_UNINSTALL ~rm -rf EET/temp~ EXACT
ACTION_IF (~%argv[0]%~ STRING_CONTAINS_REGEXP ~[dD]~ = 1) BEGIN
Expand Down
Binary file added EET/weidu_osx
Binary file not shown.
Binary file added EET/weidu_unix
Binary file not shown.

0 comments on commit 5eab19d

Please sign in to comment.