Commit f99b44bb authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Fix build again

Was not correct last time.
parent 36d4d255
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@ CtfDeckBuilder.egg-info
MCFR
.DS_Store
*.png
wasp/build
SMBuilder/wasp/build
doc/sphinxdoc
+1 −1
Original line number Diff line number Diff line
include SMBuilder/input.sch
include wasp/*
include SMBuilder/wasp/*
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ import sys
from subprocess import Popen, PIPE, check_call
mypath = os.path.abspath(os.path.dirname(__file__))
localWaspPath = os.path.join(mypath, "../wasp/build/install")
CIpath = "/Users/rsk/SMBuilder/wasp/build/install"
CIpath = "/Users/rsk/SMBuilder/SMBuilder/wasp/build/install"
if os.path.exists(localWaspPath):
    # This is where users should have built and installed WASP
    sys.path.append(sys.path.append(os.path.join(localWaspPath, "wasppy")))
+0 −0

File moved.

+0 −0

File moved.

Loading