Changeset 124 for trunk/Target/UTargetPython.pas
- Timestamp:
- Jan 14, 2022, 3:03:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTargetPython.pas
r87 r124 35 35 ImageIndex := 26; 36 36 Capabilities := [tcCompile, tcRun]; 37 {$IFDEF W indows}37 {$IFDEF WINDOWS} 38 38 CompilerPath := ''; 39 39 ExecutorPath := 'c:\Program Files\Python\python.exe'; 40 40 {$ENDIF} 41 {$IFDEF Linux}41 {$IFDEF UNIX} 42 42 CompilerPath := ''; 43 43 ExecutorPath := '/usr/bin/python';
Note:
See TracChangeset
for help on using the changeset viewer.