Skip to content

Commit

Permalink
fixes for defines
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Sep 4, 2023
1 parent 86a1583 commit d6fd18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions project/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@
<compilervalue name="-I" value="${haxelib:hxpy}/project/python/src/Python/" />
<compilervalue name="-I" value="${haxelib:hxpy}/project/python/src/Modules/_decimal/libmpdec/" />
<compilervalue name="-I" value="${haxelib:hxpy}/libs" />
<compilervalue name="-D" value="CONFIG_64"/>
<!---uncomment this line if you wanna build for 32 bit-->
<!--compilervalue name="-D" value="CONFIG_32"/-->

<include name="${haxelib:hxpy}/project/Defines.xml" />
</files>
Expand Down
2 changes: 0 additions & 2 deletions test/demos/pythonRunSimpleFile/src/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import hxpy.PythonOpen;
import hxpy.PythonFile;
import hxpy.Python;



class Main {
public static function main():Void {
//tracing some version information.
Expand Down

0 comments on commit d6fd18d

Please sign in to comment.