Skip to content

Commit fa72ec8

Browse files
committed
pip ad travis teething issues.
1 parent 1ef5647 commit fa72ec8

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include dragonegg_as/as
1+
include wllvm/dragonegg_as/as
22

File renamed without changes.

wllvm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
fullSelfPath = os.path.realpath(__file__)
1818
prefix = os.path.dirname(fullSelfPath)
1919
driverDir = prefix
20-
asDir = os.path.abspath(os.path.join(driverDir, '..', 'dragonegg_as'))
20+
asDir = os.path.abspath(os.path.join(driverDir, 'dragonegg_as'))
2121

2222

2323
# Environmental variable for path to compiler tools (clang/llvm-link etc..)

wllvm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
2121
2222
"""
23-
wllvm_version='1.0.3'
23+
wllvm_version='1.0.4.dev1'
2424

0 commit comments

Comments
 (0)