Commit 8e062519 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

forgot to add plugin append path to mac driver

parent 6b46332c
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -145,6 +145,11 @@ def main(argv=None):
        sys.argv += ['-D__internal__qcor__compile__qrt__mode=\"'+qrtName+'\"']   
        if qrtName == 'ftqc': 
            sys.argv += ['-D_QCOR_FTQC_RUNTIME']
    
       # if not empty
    if '@QCOR_APPEND_PLUGIN_PATH@':
        sys.argv += ['-D__internal__qcor__compile__plugin__path=\"@QCOR_APPEND_PLUGIN_PATH@\"']
        
    # Get the filename we are compiling or the object file
    filename = ''
    fileType = ''