Ignore:
Timestamp:
Sep 24, 2019 11:12:45 AM (5 years ago)
Author:
nanang
Message:

Close #2233: Changed enumeration approach in SWIG Java to type-unsafe enums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/swig/importsym.py

    r5776 r6075  
    5656# Hardcoded! 
    5757if sys.platform == 'win32': 
    58         PYCPARSER_DIR="C:/devs/tools/pycparser" 
     58        PYCPARSER_DIR="D:/work/tool/pycparser-master" 
    5959elif sys.platform == "linux2": 
    6060        PYCPARSER_DIR="/home/bennylp/Desktop/opt/src/pycparser-master" 
Note: See TracChangeset for help on using the changeset viewer.