Skip to content

Commit

Permalink
auto patch out some caxe generated funky haxe code with null property
Browse files Browse the repository at this point in the history
accesses (code statically guaranteed to never execute, but prevents
compilation nonetheless).
  • Loading branch information
deltaluca committed May 24, 2015
1 parent fc179f5 commit dbe6663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -74,6 +74,7 @@ pre_compile:
rm -rf src
mkdir src
caxe -o src cx-src -tc 2 --times $(DUMMYS)
find src -type f -print | xargs sed -i 's~^.*\<null\>\.[_a-zA-Z].*$$~/*silly null. issues*/~g'

SWC_FLAGS = -cp src -dce full --macro "include('nape')" --macro "include('zpp_nape')" -D flib -D nape_swc

Expand Down
2 changes: 1 addition & 1 deletion cx-src/nape/util/Debug.cx
Expand Up @@ -11,7 +11,7 @@ class Debug {
!! * Query Nape version
!! */
public static function version() {
return "Nape 2.0.16";
return "Nape 2.0.17";
}

!!/**
Expand Down

0 comments on commit dbe6663

Please sign in to comment.