Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Naive fix for relative path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ROpdebee committed May 3, 2017
1 parent c5992c2 commit 8a4f7d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
Framework X/build/*
framework-x

# Xcode
#
Expand Down
1 change: 1 addition & 0 deletions Framework X/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mkdir build
cd build
cmake .. && make
mv framework-x ..
cd ..
File renamed without changes.

0 comments on commit 8a4f7d8

Please sign in to comment.